This is an automated email from the ASF dual-hosted git repository.
guoqi pushed a commit to branch release/3.2
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/release/3.2 by this push:
new b7ddff5a3 docs: update docs (#9124)
b7ddff5a3 is described below
commit b7ddff5a3da10d719a8ca3336e91123498bed984
Author: Kevin <[email protected]>
AuthorDate: Thu May 4 09:08:42 2023 +0800
docs: update docs (#9124)
---
docs/zh/latest/tutorials/observe-your-api.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/zh/latest/tutorials/observe-your-api.md
b/docs/zh/latest/tutorials/observe-your-api.md
index d65aca50c..67c3beda2 100644
--- a/docs/zh/latest/tutorials/observe-your-api.md
+++ b/docs/zh/latest/tutorials/observe-your-api.md
@@ -219,9 +219,10 @@ curl -i http://127.0.0.1:9080/get
"X-B3-Traceid": "e18985df47dab632d62083fd96626692",
```
-你可以通过访问 `http://127.0.0.1:9411/zipkin`,在 Zinkin 的 Web UI 上看到请求链路。
+你可以通过访问 `http://127.0.0.1:9411/zipkin`,在 Zinkin 的 Web UI 上添加过滤条件
`serviceName=apisix` 即可看到请求链路。
+
+
-
