mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 01:23:32 -06:00
25 lines
620 B
JSON
25 lines
620 B
JSON
{
|
|
"type": "panel",
|
|
"name": "Heatmap",
|
|
"id": "heatmap",
|
|
|
|
"dataFormats": ["time_series"],
|
|
|
|
"info": {
|
|
"description": "Heatmap Panel for Grafana",
|
|
"author": {
|
|
"name": "Grafana Project",
|
|
"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" }
|
|
],
|
|
"version": "5.0.0"
|
|
}
|
|
}
|