File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments