Skip to content

Commit b6935c5

Browse files
authored
fix: adjust tempo traces delivery (#2148)
1 parent 4431a65 commit b6935c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

framework/observability/compose/otel.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ exporters:
1515
endpoint: "http://loki:3100/otlp"
1616
tls:
1717
insecure: true
18-
otlp:
19-
endpoint: "http://tempo:4317"
18+
otlp/traces:
19+
endpoint: "tempo:4317"
2020
tls:
2121
insecure: true
2222
prometheus:
@@ -36,7 +36,7 @@ service:
3636
pipelines:
3737
traces:
3838
receivers: [otlp]
39-
exporters: [debug, otlp]
39+
exporters: [debug, otlp/traces]
4040
logs:
4141
receivers: [otlp]
4242
processors: [transform]

0 commit comments

Comments
 (0)