Skip to content

Commit b596776

Browse files
authored
Merge pull request #69673 from pavolloffay/tempo-span-red-add-exporter
TRACING-3808: Add missing OTLP exporter to OTELcol config for span RED metrics
2 parents a7da705 + ecee4a8 commit b596776

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/distr-tracing-tempo-config-spanmetrics.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,15 @@ spec:
4343
exporters:
4444
prometheus: # <4>
4545
endpoint: 0.0.0.0:8889
46+
add_metric_suffixes: false
4647
resource_to_telemetry_conversion:
4748
enabled: true # by default resource attributes are dropped
4849
50+
otlp:
51+
endpoint: "tempo-simplest-distributor:4317"
52+
tls:
53+
insecure: true
54+
4955
service:
5056
pipelines:
5157
traces:

0 commit comments

Comments
 (0)