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:39:55 UTC

[skywalking] branch master updated: Add Lens UI relative docs in Zipkin trace section. (#10267)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 962493d244 Add Lens UI relative docs in Zipkin trace section. (#10267)
962493d244 is described below

commit 962493d2443f85e6d3ee5638e7dd489f747f6dfa
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Thu Jan 12 09:39:47 2023 +0800

    Add Lens UI relative docs in Zipkin trace section. (#10267)
---
 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