status-heatmap-plugin for Grafana

- fixes for 5.1.3
- nulls as empty
This commit is contained in:
Ivan Mikheykin
2018-08-21 16:10:59 +03:00
commit 06afdc1ee8
54 changed files with 2174 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"type": "panel",
"name": "Status Heatmap",
"id": "status-heatmap-panel",
"info": {
"description": "Status Heatmap panel plugin for grafana",
"author": {
"name": "Flant JSC",
"url": "http://flant.com"
},
"keywords": ["status", "heatmap", "panel"],
"version": "0.0.1",
"updated": "2017-11-01",
"logos": {
"small": "img/logo.svg",
"large": "img/logo.svg"
}
},
"dependencies": {
"grafanaVersion": "5.1.x",
"plugins": [ ]
}
}