grafana/public/app/plugins/panel/heatmap-old/plugin.json

23 lines
622 B
JSON

{
"type": "panel",
"name": "Heatmap (legacy)",
"id": "heatmap-old",
"state": "deprecated",
"info": {
"description": "Legacy heatmap panel based on angular, d3, and flot",
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"logos": {
"small": "img/icn-heatmap-panel.svg",
"large": "img/icn-heatmap-panel.svg"
},
"links": [
{ "name": "Brendan Gregg - Heatmaps", "url": "http://www.brendangregg.com/heatmaps.html" },
{ "name": "Brendan Gregg - Latency Heatmaps", "url": " http://www.brendangregg.com/HeatMaps/latency.html" }
]
}
}