This is an automated email from the ASF dual-hosted git repository.
sylviasu pushed a commit to branch release/3.1
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/release/3.1 by this push:
new 7b15f13d1 Update observe-your-api.md (#8635)
7b15f13d1 is described below
commit 7b15f13d19175ec1f2965c3cd3ef350a7ca5b30f
Author: James <[email protected]>
AuthorDate: Tue Jan 10 09:10:09 2023 +0800
Update observe-your-api.md (#8635)
fix English grammar error
---
docs/en/latest/tutorials/observe-your-api.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/latest/tutorials/observe-your-api.md
b/docs/en/latest/tutorials/observe-your-api.md
index 2e4b94529..24d2c7a58 100644
--- a/docs/en/latest/tutorials/observe-your-api.md
+++ b/docs/en/latest/tutorials/observe-your-api.md
@@ -199,7 +199,7 @@ You can also check two other plugins for metrics:
The third is **tracing** or distributed tracing allows you to understand the
life of a request as it traverses your service network and allows you to answer
questions like what service has this request touched and how much latency was
introduced. Traces enable you to further explore which logs to look at for a
particular session or related set of API calls.
-[Zipkin](https://zipkin.io/) an open-source distributed tracing system.
[APISIX plugin](https://apisix.apache.org/docs/apisix/plugins/zipkin) is
supported to collect tracing and report to Zipkin Collector based on [Zipkin
API specification](https://zipkin.io/pages/instrumenting.html).
+[Zipkin](https://zipkin.io/) is an open-source distributed tracing system.
[APISIX plugin](https://apisix.apache.org/docs/apisix/plugins/zipkin) is
supported to collect tracing and report to Zipkin Collector based on [Zipkin
API specification](https://zipkin.io/pages/instrumenting.html).
Here’s an example to enable the `zipkin` plugin on the specified route: