Add Flux events to dashboard annotations

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
pull/2782/head
Stefan Prodan 3 years ago
parent 8128fc190d
commit 4acef9d508
No known key found for this signature in database
GPG Key ID: 3299AEB0E4085BAF

@ -9,6 +9,23 @@
"iconColor": "rgba(0, 211, 255, 1)", "iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts", "name": "Annotations & Alerts",
"type": "dashboard" "type": "dashboard"
},
{
"datasource": {
"type": "datasource",
"uid": "grafana"
},
"enable": true,
"iconColor": "red",
"name": "flux events",
"target": {
"limit": 100,
"matchAny": false,
"tags": [
"flux"
],
"type": "tags"
}
} }
] ]
}, },

@ -15,6 +15,23 @@
"type": "dashboard" "type": "dashboard"
}, },
"type": "dashboard" "type": "dashboard"
},
{
"datasource": {
"type": "datasource",
"uid": "grafana"
},
"enable": true,
"iconColor": "red",
"name": "flux events",
"target": {
"limit": 100,
"matchAny": false,
"tags": [
"flux"
],
"type": "tags"
}
} }
] ]
}, },

Loading…
Cancel
Save