Add InfluxDB status annotations

Fixes-bug: #1552287

Change-Id: I8301a05da46fc68ca0c05a67eb9399749070eb92
This commit is contained in:
Swann Croiset
2016-03-03 12:58:29 +01:00
parent 0cbc501b8b
commit 26e3c76dc1

View File

@@ -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
}