Skip to content

Commit

Permalink
Fix "Rettestable" typo in telemetry name (#5269)
Browse files Browse the repository at this point in the history
Signed-off-by: Sorin Dumitru <[email protected]>
  • Loading branch information
sorindumitru authored Sep 12, 2024
1 parent 32eaeca commit 2ffe176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/common/telemetry/names.go
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ const (
Reason = "reason"

// Reattestable declares if the agent should reattest when its SVID expires
Reattestable = "rettestable"
Reattestable = "reattestable"

// Received tags a received value, as opposed to the one that is expected. Message should clarify
// what kind of value was received, and a different field should show the expected value.
Expand Down

0 comments on commit 2ffe176

Please sign in to comment.