mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
23 lines
622 B
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" }
|
|
]
|
|
}
|
|
}
|