Skip to content

Commit 3a44f48

Browse files
authored
relax stance on metrics with same name but different labels (#2782)
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 60c24e4 commit 3a44f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/instrumenting/writing_clientlibs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ aspects](/docs/practices/instrumentation/#use-labels) of Prometheus, but
244244
Accordingly client libraries must be very careful in how labels are offered to
245245
users.
246246

247-
Client libraries MUST NOT allow users to have different
247+
Client libraries SHOULD NOT allow users to have different
248248
label names for the same metric for Gauge/Counter/Summary/Histogram or any
249249
other Collector offered by the library.
250250

0 commit comments

Comments
 (0)