From 5be62a3ae809d84970b7d22ba4e5bed95eca4353 Mon Sep 17 00:00:00 2001
From: Pavol Loffay
Date: Mon, 23 Oct 2023 18:58:23 +0200
Subject: [PATCH] Jaeger monitor tab, disable spanmetrics units
Signed-off-by: Pavol Loffay
---
modules/distr-tracing-otel-config-collector.adoc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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`.