We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b2419 commit 066ab78Copy full SHA for 066ab78
prometheus/counter.go
@@ -33,7 +33,7 @@ type Counter interface {
33
34
// Set is used to set the Counter to an arbitrary value. It is only used
35
// if you have to transfer a value from an external counter into this
36
- // Prometheus metrics. Do not use it for regular handling of a
+ // Prometheus metric. Do not use it for regular handling of a
37
// Prometheus counter (as it can be used to break the contract of
38
// monotonically increasing values).
39
Set(float64)
0 commit comments