Skip to content

Commit 84046f1

Browse files
Update compose.yml
1 parent 4bba95b commit 84046f1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.devcontainer/compose.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ volumes:
88
ydb-certs:
99

1010
services:
11+
jaeger:
12+
image: jaegertracing/all-in-one:1.51.0
13+
ports:
14+
- "16686:16686" # Jaeger UI frontend
15+
- "4317:4317" # gRPC port for accepts traces in OpenTelemetry OTLP format
16+
- "4318:4318" # HTTP port for accepts traces in OpenTelemetry OTLP format
17+
environment:
18+
- COLLECTOR_OTLP_ENABLED=true
19+
1120
sdk:
1221
platform: linux/amd64
1322

0 commit comments

Comments
 (0)