mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
* TimeSeries: Make timeseries the default panel and remove beta state * rename old graph * Updated panel descriptions, fixed e2e tests * Updated text * Fixed e2e * Fixing e2e tests
22 lines
559 B
JSON
22 lines
559 B
JSON
{
|
|
"type": "panel",
|
|
"name": "Heatmap",
|
|
"id": "heatmap",
|
|
|
|
"info": {
|
|
"description": "Like a histogram over time",
|
|
"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" }
|
|
]
|
|
}
|
|
}
|