Skip to content

Commit

Permalink
Use snake_case for reason label
Browse files Browse the repository at this point in the history
Signed-off-by: Paschalis Tsilias <paschalis.tsilias@grafana.com>
  • Loading branch information
tpaschalis committed Jan 5, 2024
1 parent 0af7806 commit 3e2c486
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions storage/remote/queue_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ const (
// Allow 30% too many shards before scaling down.
shardToleranceFraction = 0.3

reasonTooOld = "too old"
reasonDroppedSeries = "dropped series"
reasonUnintentionalDroppedSeries = "unintentionally dropped series"
reasonTooOld = "too_old"
reasonDroppedSeries = "dropped_series"
reasonUnintentionalDroppedSeries = "unintentionally_dropped_series"
)

type queueManagerMetrics struct {
Expand Down

0 comments on commit 3e2c486

Please sign in to comment.