From 030fafba74056faff8bb7ffa60a5df17a134d307 Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Sat, 26 Apr 2025 11:32:54 -0400 Subject: [PATCH] Fix base_path config example Part of https://github.com/jaegertracing/jaeger/issues/7074 Signed-off-by: Yuri Shkuro --- content/docs/2.0/configuration.md | 2 +- content/docs/2.0/deployment.md | 2 +- content/docs/2.1/deployment.md | 2 +- content/docs/2.2/deployment.md | 2 +- content/docs/2.3/deployment.md | 2 +- content/docs/2.4/deployment.md | 2 +- content/docs/2.5/deployment.md | 2 +- content/docs/next-release-v2/deployment.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/content/docs/2.0/configuration.md b/content/docs/2.0/configuration.md index 9ff4abf..e47f67c 100644 --- a/content/docs/2.0/configuration.md +++ b/content/docs/2.0/configuration.md @@ -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 diff --git a/content/docs/2.0/deployment.md b/content/docs/2.0/deployment.md index 31b40c9..a96c2cd 100644 --- a/content/docs/2.0/deployment.md +++ b/content/docs/2.0/deployment.md @@ -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: diff --git a/content/docs/2.1/deployment.md b/content/docs/2.1/deployment.md index 8d4c45a..619947b 100644 --- a/content/docs/2.1/deployment.md +++ b/content/docs/2.1/deployment.md @@ -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: diff --git a/content/docs/2.2/deployment.md b/content/docs/2.2/deployment.md index c5f2440..3d0f1a7 100644 --- a/content/docs/2.2/deployment.md +++ b/content/docs/2.2/deployment.md @@ -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: diff --git a/content/docs/2.3/deployment.md b/content/docs/2.3/deployment.md index cc18f18..7f6cffb 100644 --- a/content/docs/2.3/deployment.md +++ b/content/docs/2.3/deployment.md @@ -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: diff --git a/content/docs/2.4/deployment.md b/content/docs/2.4/deployment.md index a2a21c8..516d9a8 100644 --- a/content/docs/2.4/deployment.md +++ b/content/docs/2.4/deployment.md @@ -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: diff --git a/content/docs/2.5/deployment.md b/content/docs/2.5/deployment.md index 43d89be..e5cdaea 100644 --- a/content/docs/2.5/deployment.md +++ b/content/docs/2.5/deployment.md @@ -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: diff --git a/content/docs/next-release-v2/deployment.md b/content/docs/next-release-v2/deployment.md index c2268a4..dd81e73 100644 --- a/content/docs/next-release-v2/deployment.md +++ b/content/docs/next-release-v2/deployment.md @@ -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: