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 4bba95b commit 84046f1Copy full SHA for 84046f1
.devcontainer/compose.yml
@@ -8,6 +8,15 @@ volumes:
8
ydb-certs:
9
10
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
+
20
sdk:
21
platform: linux/amd64
22
0 commit comments