Skip to content

Commit 6fc4ca2

Browse files
committed
Formatting
1 parent d3c2b23 commit 6fc4ca2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose/jaeger/docker-compose.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ services:
1818
- '0.0.0.0:16686:16686'
1919
# Collector port
2020
- '0.0.0.0:14250:14250'
21-
- '0.0.0.0:4320:4320' # gRPC port
22-
- '0.0.0.0:4321:4321' # HTTP port
21+
- '0.0.0.0:4320:4320' # gRPC
22+
- '0.0.0.0:4321:4321' # HTTP
2323
# Agent ports
2424
- '0.0.0.0:5778:5778'
2525
- '0.0.0.0:6831:6831'
@@ -28,8 +28,8 @@ services:
2828
- sourcegraph
2929
restart: always
3030
command: [
31-
'--memory.max-traces=20000',
32-
"--sampling.strategies-file=/etc/jaeger/sampling_strategies.json",
31+
'--memory.max-traces=20000',
32+
"--sampling.strategies-file=/etc/jaeger/sampling_strategies.json",
3333
"--collector.otlp.enabled",
3434
"--collector.otlp.grpc.host-port=:4320",
3535
"--collector.otlp.http.host-port=:4321"

0 commit comments

Comments
 (0)