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

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


The following commit(s) were added to refs/heads/master by this push:
     new fb3cba1  fix: ${DS_PROMETHEUS} was not found (#337)
fb3cba1 is described below

commit fb3cba1bf22bc436b76bfef8709fc75bccde143e
Author: soulbird <[email protected]>
AuthorDate: Tue Jul 26 17:29:04 2022 +0800

    fix: ${DS_PROMETHEUS} was not found (#337)
    
    Co-authored-by: soulbird <[email protected]>
---
 example/grafana_conf/dashboards/apisix-grafana-dashboard.json | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/example/grafana_conf/dashboards/apisix-grafana-dashboard.json 
b/example/grafana_conf/dashboards/apisix-grafana-dashboard.json
index e95974b..7f80be5 100644
--- a/example/grafana_conf/dashboards/apisix-grafana-dashboard.json
+++ b/example/grafana_conf/dashboards/apisix-grafana-dashboard.json
@@ -1630,6 +1630,16 @@
   "tags": [],
   "templating": {
     "list": [
+       {
+        "hide": 0,
+        "label": "datasource",
+        "name": "DS_PROMETHEUS",
+        "options": [],
+        "query": "prometheus",
+        "refresh": 1,
+        "regex": "apisix",
+        "type": "datasource"
+      },
       {
         "allValue": ".*",
         "current": {},

Reply via email to