This is an automated email from the ASF dual-hosted git repository.

terrymanu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 68b0b182ce2 Fix stale Jaeger exporter in agent sample tracing config 
(#39145)
68b0b182ce2 is described below

commit 68b0b182ce2f97e33e1652b2c11377f04174c8c6
Author: Eunbin Son <[email protected]>
AuthorDate: Fri Jul 17 14:20:42 2026 +0900

    Fix stale Jaeger exporter in agent sample tracing config (#39145)
---
 distribution/agent/src/main/resources/conf/agent.yaml                 | 4 ++--
 .../user-manual/shardingsphere-agent/configuration/_index.cn.md       | 4 ++--
 .../user-manual/shardingsphere-agent/configuration/_index.en.md       | 4 ++--
 .../user-manual/shardingsphere-proxy/observability/_index.cn.md       | 4 ++--
 .../user-manual/shardingsphere-proxy/observability/_index.en.md       | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/distribution/agent/src/main/resources/conf/agent.yaml 
b/distribution/agent/src/main/resources/conf/agent.yaml
index c4bad4744fb..cabf1a6a20d 100644
--- a/distribution/agent/src/main/resources/conf/agent.yaml
+++ b/distribution/agent/src/main/resources/conf/agent.yaml
@@ -28,6 +28,6 @@ plugins:
 #    OpenTelemetry:
 #      props:
 #        otel.service.name: "shardingsphere"
-#        otel.traces.exporter: "jaeger"
+#        otel.traces.exporter: "otlp"
 #        otel.traces.sampler: "always_on"
-#        otel.exporter.otlp.traces.endpoint: "http://localhost:14250";
+#        otel.exporter.otlp.traces.endpoint: "http://localhost:4317";
diff --git 
a/docs/document/content/user-manual/shardingsphere-agent/configuration/_index.cn.md
 
b/docs/document/content/user-manual/shardingsphere-agent/configuration/_index.cn.md
index c3ed0f1e1a2..614fec29eb6 100644
--- 
a/docs/document/content/user-manual/shardingsphere-agent/configuration/_index.cn.md
+++ 
b/docs/document/content/user-manual/shardingsphere-agent/configuration/_index.cn.md
@@ -21,7 +21,7 @@ plugins:
 #    OpenTelemetry:
 #      props:
 #        otel.service.name: "shardingsphere"
-#        otel.traces.exporter: "jaeger"
-#        otel.exporter.otlp.traces.endpoint: "http://localhost:14250";
+#        otel.traces.exporter: "otlp"
+#        otel.exporter.otlp.traces.endpoint: "http://localhost:4317";
 #        otel.traces.sampler: "always_on"
 ```
diff --git 
a/docs/document/content/user-manual/shardingsphere-agent/configuration/_index.en.md
 
b/docs/document/content/user-manual/shardingsphere-agent/configuration/_index.en.md
index f3ba9f4fbb2..93a35faba50 100644
--- 
a/docs/document/content/user-manual/shardingsphere-agent/configuration/_index.en.md
+++ 
b/docs/document/content/user-manual/shardingsphere-agent/configuration/_index.en.md
@@ -22,7 +22,7 @@ plugins:
 #    OpenTelemetry:
 #      props:
 #        otel.service.name: "shardingsphere"
-#        otel.traces.exporter: "jaeger"
-#        otel.exporter.otlp.traces.endpoint: "http://localhost:14250";
+#        otel.traces.exporter: "otlp"
+#        otel.exporter.otlp.traces.endpoint: "http://localhost:4317";
 #        otel.traces.sampler: "always_on"
 ```
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/observability/_index.cn.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/observability/_index.cn.md
index 26df78c31cd..2ee03600b6c 100644
--- 
a/docs/document/content/user-manual/shardingsphere-proxy/observability/_index.cn.md
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/observability/_index.cn.md
@@ -64,8 +64,8 @@ plugins:
 #    OpenTelemetry:
 #      props:
 #        otel.service.name: "shardingsphere"
-#        otel.traces.exporter: "jaeger"
-#        otel.exporter.otlp.traces.endpoint: "http://localhost:14250";
+#        otel.traces.exporter: "otlp"
+#        otel.exporter.otlp.traces.endpoint: "http://localhost:4317";
 #        otel.traces.sampler: "always_on"
 ```
 
diff --git 
a/docs/document/content/user-manual/shardingsphere-proxy/observability/_index.en.md
 
b/docs/document/content/user-manual/shardingsphere-proxy/observability/_index.en.md
index db2e2e706e9..c9613d6ef6b 100644
--- 
a/docs/document/content/user-manual/shardingsphere-proxy/observability/_index.en.md
+++ 
b/docs/document/content/user-manual/shardingsphere-proxy/observability/_index.en.md
@@ -66,8 +66,8 @@ plugins:
 #    OpenTelemetry:
 #      props:
 #        otel.service.name: "shardingsphere"
-#        otel.traces.exporter: "jaeger"
-#        otel.exporter.otlp.traces.endpoint: "http://localhost:14250";
+#        otel.traces.exporter: "otlp"
+#        otel.exporter.otlp.traces.endpoint: "http://localhost:4317";
 #        otel.traces.sampler: "always_on"
 ```
 

Reply via email to