From: Éric Lemoine Date: Thu, 24 Nov 2016 15:44:27 +0000 (+0000) Subject: Remove influxdb cluster annotation in Grafana X-Git-Tag: 2016.12~1^2~1^2 X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Finfluxdb.git;a=commitdiff_plain;h=8e1e35161e280d8cadba3c25ed1539a498436dcd;ds=sidebyside Remove influxdb cluster annotation in Grafana There is no InfluxDB cluster, so this cluster-level annotation does not make sense. --- diff --git a/influxdb/files/grafana_influxdb.json b/influxdb/files/grafana_influxdb.json index b4b41af..8ff9a3d 100644 --- a/influxdb/files/grafana_influxdb.json +++ b/influxdb/files/grafana_influxdb.json @@ -1,20 +1,6 @@ { "annotations": { - "list": [ - { - "datasource": "lma", - "enable": true, - "iconColor": "#C0C6BE", - "iconSize": 13, - "lineColor": "rgba(255, 96, 96, 0.592157)", - "name": "Status", - "query": "select title,tags,text from annotations where $timeFilter and cluster = 'influxdb'", - "showLine": true, - "tagsColumn": "tags", - "textColumn": "text", - "titleColumn": "title" - } - ] + "list": [] }, "editable": true, "gnetId": null,