diff --git a/deployment_scripts/puppet/modules/lma_monitoring_analytics/templates/grafana_dashboards/InfluxDB.json b/deployment_scripts/puppet/modules/lma_monitoring_analytics/templates/grafana_dashboards/InfluxDB.json index e16c631d..e31c8e8c 100644 --- a/deployment_scripts/puppet/modules/lma_monitoring_analytics/templates/grafana_dashboards/InfluxDB.json +++ b/deployment_scripts/puppet/modules/lma_monitoring_analytics/templates/grafana_dashboards/InfluxDB.json @@ -1,6 +1,20 @@ { "annotations": { - "list": [] + "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" + } + ] }, "editable": true, "hideControls": false, @@ -2258,5 +2272,5 @@ }, "timezone": "browser", "title": "InfluxDB", - "version": 5 + "version": 6 } \ No newline at end of file