From 8e1e35161e280d8cadba3c25ed1539a498436dcd Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=89ric=20Lemoine?= Date: Thu, 24 Nov 2016 15:44:27 +0000 Subject: [PATCH] Remove influxdb cluster annotation in Grafana There is no InfluxDB cluster, so this cluster-level annotation does not make sense. --- influxdb/files/grafana_influxdb.json | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) 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, -- 2.32.7