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 e76ace5 commit 05559b5Copy full SHA for 05559b5
common/metrics/config.go
@@ -64,7 +64,7 @@ type (
64
WithoutCounterSuffix bool `yaml:"withoutCounterSuffix"`
65
// RecordTimerInSeconds controls if Timer metric should be emitted as number of seconds
66
// (instead of milliseconds).
67
- // This config only takes effect when using opentelemetry framework for both statsd and prometheus.
+ // This config only takes effect when using prometheus via opentelemetry framework
68
RecordTimerInSeconds bool `yaml:"recordTimerInSeconds"`
69
}
70
0 commit comments