You've already forked opentelemetry-go
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user