We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b28a05 commit 45ceb58Copy full SHA for 45ceb58
framework/.changeset/v0.12.4.md
@@ -0,0 +1 @@
1
+- Remap legacy otlp port in tempo to avoid conflicts with Docker's ephemeral port range
framework/observability/compose/docker-compose.yaml
@@ -7,12 +7,10 @@ services:
7
- tempo_data:/tmp/tempo
8
ports:
9
- "3200:3200" # tempo
10
-# - "5317:4317" # otlp grpc
11
-# - "5318:4318" # otlp http
12
- "9411:9411" # zipkin
13
- "14268:14268" # jaeger ingest
14
- "14250:14250" # jaeger grpc
15
- - "55680:55680" # otlp http legacy
+ - "14400:55680" # otlp http legacy
16
otel-collector:
17
image: otel/opentelemetry-collector-contrib:0.123.0
18
volumes:
0 commit comments