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

yilinzeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new fcc88c0  fix: Explicitly set the rel=canonical of the OpenTelemetry 
blog post (#995)
fcc88c0 is described below

commit fcc88c09707d5b8963f30fc4a50cc88986a58637
Author: Nicolas Frankel <[email protected]>
AuthorDate: Fri Apr 1 11:53:09 2022 +0200

    fix: Explicitly set the rel=canonical of the OpenTelemetry blog post (#995)
---
 website/blog/2022/02/28/apisix-integration-opentelemetry-plugin.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/website/blog/2022/02/28/apisix-integration-opentelemetry-plugin.md 
b/website/blog/2022/02/28/apisix-integration-opentelemetry-plugin.md
index b4d052d..1a25114 100644
--- a/website/blog/2022/02/28/apisix-integration-opentelemetry-plugin.md
+++ b/website/blog/2022/02/28/apisix-integration-opentelemetry-plugin.md
@@ -23,6 +23,10 @@ tags: [Technology,Ecosystem,Observability]
 
 <!--truncate-->
 
+<head>
+    <link rel="canonical" href="https://opentelemetry.io/blog/2022/apisix/"; />
+</head>
+
 ## Background Information
 
 Apache APISIX is a dynamic, real-time, high-performance API gateway that 
provides rich traffic management features such as load balancing, dynamic 
upstream, canary release, circuit breaking, authentication, observability, and 
more. It not only has many useful plugins, but also supports plugin dynamic 
change and hot swap.

Reply via email to