Add InfluxDB status annotations
Fixes-bug: #1552287 Change-Id: I8301a05da46fc68ca0c05a67eb9399749070eb92
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user