You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2023/01/12 01:35:15 UTC

[skywalking] 01/01: Add Lens UI relative docs in Zipkin trace section.

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

wusheng pushed a commit to branch zipkin-doc
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 53aa4c7e4ca676b618036b616b3f43ef836b1602
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Thu Jan 12 09:34:55 2023 +0800

    Add Lens UI relative docs in Zipkin trace section.
---
 docs/en/changes/changes.md            | 1 +
 docs/en/setup/backend/zipkin-trace.md | 7 +++++++
 2 files changed, 8 insertions(+)

diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md
index 67c09395f3..ad8aac3194 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -93,5 +93,6 @@
 * Update `monitoring MySQL document` to add the `MariaDB` part.
 * Reorganize the protocols docs to a more clear API docs.
 * Add documentation about replacing Zipkin server with SkyWalking OAP.
+* Add Lens UI relative docs in Zipkin trace section.
 
 All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/160?closed=1)
diff --git a/docs/en/setup/backend/zipkin-trace.md b/docs/en/setup/backend/zipkin-trace.md
index a857fd9515..b6d8f8e087 100644
--- a/docs/en/setup/backend/zipkin-trace.md
+++ b/docs/en/setup/backend/zipkin-trace.md
@@ -63,3 +63,10 @@ query-zipkin:
     # Default look back for search traces, 15 minutes in millis
     uiDefaultLookback: ${SW_QUERY_ZIPKIN_UI_DEFAULT_LOOKBACK:900000}
 ```
+
+## Lens UI
+Lens UI is Zipkin native UI. SkyWalking webapp has bundled it in the binary distribution.
+`{webapp IP}:{webapp port}/zipkin` is exposed and accessible for the browser.
+Meanwhile, `Iframe` UI component could be used to host Zipkin Lens UI on the SkyWalking booster UI dashboard.(link=/zipkin) 
+
+Zipkin Lens UI source codes could be found [here](https://github.com/openzipkin/zipkin/tree/master/zipkin-lens).
\ No newline at end of file