Fix base_path config example
Part of https://github.com/jaegertracing/jaeger/issues/7074 Signed-off-by: Yuri Shkuro <github@ysh.us>
This commit is contained in:
parent
9a4bb74023
commit
030fafba74
|
@ -50,7 +50,7 @@ jaeger_query:
|
|||
storage:
|
||||
traces: some_storage
|
||||
metrics: some_metrics_storage
|
||||
base-path: /
|
||||
base_path: /
|
||||
ui:
|
||||
config_file: /etc/jaeger/ui-config.json
|
||||
log_access: true
|
||||
|
|
|
@ -97,7 +97,7 @@ The base path for all **jaeger** query extension HTTP routes can be set to a non
|
|||
|
||||
```
|
||||
query:
|
||||
base-path: /
|
||||
base_path: /
|
||||
static-files: /go/bin/jaeger-ui-build/build
|
||||
ui-config: /etc/jaeger/ui-config.json
|
||||
grpc:
|
||||
|
|
|
@ -62,7 +62,7 @@ The base path for all `jaeger_query` extension HTTP routes can be set to a non-r
|
|||
```
|
||||
extensions:
|
||||
jaeger_query:
|
||||
base-path: /
|
||||
base_path: /
|
||||
ui:
|
||||
config_file: /etc/jaeger/ui-config.json
|
||||
grpc:
|
||||
|
|
|
@ -62,7 +62,7 @@ The base path for all `jaeger_query` extension HTTP routes can be set to a non-r
|
|||
```
|
||||
extensions:
|
||||
jaeger_query:
|
||||
base-path: /
|
||||
base_path: /
|
||||
ui:
|
||||
config_file: /etc/jaeger/ui-config.json
|
||||
grpc:
|
||||
|
|
|
@ -74,7 +74,7 @@ The base path for all `jaeger_query` extension HTTP routes can be set to a non-r
|
|||
```
|
||||
extensions:
|
||||
jaeger_query:
|
||||
base-path: /
|
||||
base_path: /
|
||||
ui:
|
||||
config_file: /etc/jaeger/ui-config.json
|
||||
grpc:
|
||||
|
|
|
@ -74,7 +74,7 @@ The base path for all `jaeger_query` extension HTTP routes can be set to a non-r
|
|||
```
|
||||
extensions:
|
||||
jaeger_query:
|
||||
base-path: /
|
||||
base_path: /
|
||||
ui:
|
||||
config_file: /etc/jaeger/ui-config.json
|
||||
grpc:
|
||||
|
|
|
@ -74,7 +74,7 @@ The base path for all `jaeger_query` extension HTTP routes can be set to a non-r
|
|||
```
|
||||
extensions:
|
||||
jaeger_query:
|
||||
base-path: /
|
||||
base_path: /
|
||||
ui:
|
||||
config_file: /etc/jaeger/ui-config.json
|
||||
grpc:
|
||||
|
|
|
@ -74,7 +74,7 @@ The base path for all `jaeger_query` extension HTTP routes can be set to a non-r
|
|||
```
|
||||
extensions:
|
||||
jaeger_query:
|
||||
base-path: /
|
||||
base_path: /
|
||||
ui:
|
||||
config_file: /etc/jaeger/ui-config.json
|
||||
grpc:
|
||||
|
|
Loading…
Reference in New Issue