File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
services :
2
2
jaeger :
3
- image : jaegertracing/all-in-one:latest
3
+ image : jaegertracing/jaeger:${JAEGER_VERSION:-2.5.0}
4
4
ports :
5
5
- " 16686:16686" # Jaeger UI
6
6
- " 4317:4317" # Collector, OpenTelemetry gRPC
7
7
- " 4318:4318" # Collector, OpenTelemetry gRPC
8
- environment :
9
- # This tells Jaeger that it should run the UI with a given prefix.
10
- QUERY_BASE_PATH : /jaeger/prefix
8
+ # We are using the build-in all-in-one configuration to avoid having
9
+ # to provide an external configuration file for Jaeger. We use the
10
+ # `--set` flag to override the default configuration of the `jaeger_query`
11
+ # extension to tell Jaeger that it should run the UI with a given prefix.
12
+ command : " --set extensions.jaeger_query.base_path=/jaeger/prefix"
11
13
networks :
12
14
- proxy-net
13
15
You can’t perform that action at this time.
0 commit comments