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 a009071 commit 44ba361Copy full SHA for 44ba361
ring/ring.go
@@ -71,7 +71,7 @@ func New(client CoordinationStateClient) *Ring {
71
),
72
tokensTotalDesc: prometheus.NewDesc(
73
"prometheus_distributor_tokens_total",
74
- "Number of token in the ring",
+ "Number of tokens in the ring",
75
nil, nil,
76
77
}
0 commit comments