Skip to content

Commit 45ceb58

Browse files
authored
remap (#2340)
1 parent 5b28a05 commit 45ceb58

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

framework/.changeset/v0.12.4.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ services:
77
- tempo_data:/tmp/tempo
88
ports:
99
- "3200:3200" # tempo
10-
# - "5317:4317" # otlp grpc
11-
# - "5318:4318" # otlp http
1210
- "9411:9411" # zipkin
1311
- "14268:14268" # jaeger ingest
1412
- "14250:14250" # jaeger grpc
15-
- "55680:55680" # otlp http legacy
13+
- "14400:55680" # otlp http legacy
1614
otel-collector:
1715
image: otel/opentelemetry-collector-contrib:0.123.0
1816
volumes:

0 commit comments

Comments
 (0)