1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00

Fix WithoutCounterSuffixes documentation (#4602)

This commit is contained in:
Ravan Scafi
2023-10-10 14:17:23 +02:00
committed by GitHub
parent f3b9849323
commit 3f17bcb6c3
+1 -1
View File
@@ -112,7 +112,7 @@ func WithoutUnits() Option {
})
}
// WithoutUnits disables exporter's addition _total suffixes on counters.
// WithoutCounterSuffixes disables exporter's addition _total suffixes on counters.
//
// By default, metric names include a _total suffix to follow Prometheus naming
// conventions. For example, the counter metric happy.people would become