diff --git a/modules/distr-tracing-otel-config-collector.adoc b/modules/distr-tracing-otel-config-collector.adoc index 3cafd83f0ef1..a6d7701e35e0 100644 --- a/modules/distr-tracing-otel-config-collector.adoc +++ b/modules/distr-tracing-otel-config-collector.adoc @@ -483,6 +483,7 @@ The Prometheus exporter exports data using the Prometheus or OpenMetrics formats resource_to_telemetry_conversion: <7> enabled: true metric_expiration: 180m <8> + add_metric_suffixes: false <9> service: pipelines: metrics: @@ -496,4 +497,4 @@ The Prometheus exporter exports data using the Prometheus or OpenMetrics formats <6> If `true`, metrics are exported using the OpenMetrics format. Exemplars are only exported in the OpenMetrics format and only for histogram and monotonic sum metrics such as `counter`. Disabled by default. <7> If `enabled` is `true`, all the resource attributes are converted to metric labels by default. Disabled by default. <8> Defines how long metrics are exposed without updates. The default is `5m`. - +<9> Adds metrics types and units suffixes. The option needs to be disabled if monitor tab in Jaeger console is enabled. The default is `true`.