Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion modules/distr-tracing-otel-config-collector.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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`.