This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new 86fb6a223aa Update tracing-opentelemetry.md
86fb6a223aa is described below
commit 86fb6a223aaa617a05013f8003a5cbbff03a2567
Author: Ken Liu <[email protected]>
AuthorDate: Wed Jan 31 15:17:47 2024 +0800
Update tracing-opentelemetry.md
---
content/en/blog/news/tracing-opentelemetry.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/content/en/blog/news/tracing-opentelemetry.md
b/content/en/blog/news/tracing-opentelemetry.md
index 5fe73e4a64e..f13f624c65c 100644
--- a/content/en/blog/news/tracing-opentelemetry.md
+++ b/content/en/blog/news/tracing-opentelemetry.md
@@ -1,5 +1,6 @@
---
description: "This case shows using OpenTelemetry as the Tracer in the Dubbo
project to report the Trace information to the Otlp Collector, which then
forwards it to Zipkin and Jagger."
+title: "Tracing Dubbo With OpenTelemetry"
linkTitle: Tracing Dubbo With OpenTelemetry
date: 2024-01-31
tags: ["ecosystem", "tracing", "OpenTelemetry"]
@@ -127,4 +128,4 @@ ExporterConfig exporterConfig = new ExporterConfig();
// Set up trace reporting to Zipkin
exporterConfig.setZipkin(new
ExporterConfig.OtlpConfig("http://localhost:4317", Duration.ofSeconds(10),
"none"));
tracingConfig.setExporter(exporterConfig);
-```
\ No newline at end of file
+```