Skip to content

Commit

Permalink
Improve help text for chunk removals metric
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Haudum <[email protected]>
  • Loading branch information
chaudum committed Feb 19, 2024
1 parent c3940e7 commit 0431acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/bloomgateway/bloomgateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func newMetrics(registerer prometheus.Registerer, namespace, subsystem string) *
Namespace: namespace,
Subsystem: subsystem,
Name: "chunk_removals_total",
Help: "Total amount of removals received from the block querier.",
Help: "Total amount of removals received from the block querier partitioned by state. The state 'accepted' means that the removals are processed, the state 'dropped' means that the removals were received after the task context was done (e.g. client timeout, etc).",
}, []string{"state"}),
}
}
Expand Down

0 comments on commit 0431acd

Please sign in to comment.