You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2020/02/11 04:58:06 UTC

[incubator-apisix] branch master updated: doc: add link to download grafana meta data. (#1119)

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

membphis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 187d657  doc: add link to download grafana meta data. (#1119)
187d657 is described below

commit 187d65764c9fb2c0895e30f328c2fe0e6a4f4479
Author: YuanSheng Wang <me...@gmail.com>
AuthorDate: Tue Feb 11 12:57:58 2020 +0800

    doc: add link to download grafana meta data. (#1119)
    
    Fix #1103
---
 doc/plugins/prometheus-cn.md | 2 ++
 doc/plugins/prometheus.md    | 1 +
 2 files changed, 3 insertions(+)

diff --git a/doc/plugins/prometheus-cn.md b/doc/plugins/prometheus-cn.md
index 9025886..851d40d 100644
--- a/doc/plugins/prometheus-cn.md
+++ b/doc/plugins/prometheus-cn.md
@@ -84,6 +84,8 @@ scrape_configs:
 
 插件导出的指标可以在 Grafana 进行图形化绘制显示。
 
+你可以到 [Grafana meta](https://grafana.com/grafana/dashboards/11719) 下载 `Grafana` 元数据.
+
 ![](../../doc/images/plugin/grafana_1.png)
 
 ![](../../doc/images/plugin/grafana_2.png)
diff --git a/doc/plugins/prometheus.md b/doc/plugins/prometheus.md
index 98e0e4e..f589b72 100644
--- a/doc/plugins/prometheus.md
+++ b/doc/plugins/prometheus.md
@@ -85,6 +85,7 @@ And we can check the status at prometheus console:
 
 Metrics exported by the plugin can be graphed in Grafana using a drop in dashboard.
 
+You can goto [Grafana meta](https://grafana.com/grafana/dashboards/11719) for `Grafana` meta data.
 
 ![](../../doc/images/plugin/grafana_1.png)