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/03/07 06:51:25 UTC

[skywalking-website] branch expose-granfa created (now ccfa273377b)

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

wusheng pushed a change to branch expose-granfa
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git


      at ccfa273377b Add a new option for Grafana UI preview.

This branch includes the following new commits:

     new ccfa273377b Add a new option for Grafana UI preview.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking-website] 01/01: Add a new option for Grafana UI preview.

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ccfa273377b6ec4dccdac6be0586b248de76e3fb
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Mar 7 14:51:16 2023 +0800

    Add a new option for Grafana UI preview.
---
 content/_index.html | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/content/_index.html b/content/_index.html
index 6f2b3bc48a0..38522ecda4a 100644
--- a/content/_index.html
+++ b/content/_index.html
@@ -30,7 +30,12 @@ linkTitle = "Apache SkyWalking"
             <span class="dropdown-item" href="#">Password: skywalking</span>
             <span class="dropdown-item" href="#">
               <a href="http://demo.skywalking.apache.org/" target="_blank" rel="noopener">
-              Go <i class="iconfont icon-arrow-up-right"></i>
+              Go to native UI<i class="iconfont icon-arrow-up-right"></i>
+              </a>
+            </span>
+            <span class="dropdown-item" href="#">
+              <a href="http://demo.skywalking.apache.org:3000/" target="_blank" rel="noopener">
+              Preview metrics on Grafana
               </a>
             </span>
         </div>