Heatmap: Replace the heatmap panel with new implementation (#50229)

This commit is contained in:
Ryan McKinley
2022-06-23 11:48:28 -07:00
committed by GitHub
parent 497310a9cb
commit dd5a3b7747
39 changed files with 90 additions and 55 deletions
@@ -628,16 +628,7 @@
"url": "https://grafana.com"
},
"description": "Like a histogram over time",
"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"
}
],
"links": null,
"logos": {
"small": "public/app/plugins/panel/heatmap/img/icn-heatmap-panel.svg",
"large": "public/app/plugins/panel/heatmap/img/icn-heatmap-panel.svg"
@@ -662,9 +653,9 @@
"signatureOrg": ""
},
{
"name": "Heatmap (new)",
"name": "Heatmap (legacy)",
"type": "panel",
"id": "heatmap-new",
"id": "heatmap-old",
"enabled": true,
"pinned": false,
"info": {
@@ -672,11 +663,20 @@
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"description": "This heatmap panel will replace the heatmap panel in 9.1",
"links": null,
"description": "Legacy heatmap panel based on angular, d3, and flot",
"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"
}
],
"logos": {
"small": "public/app/plugins/panel/heatmap-new/img/icn-heatmap-panel.svg",
"large": "public/app/plugins/panel/heatmap-new/img/icn-heatmap-panel.svg"
"small": "public/app/plugins/panel/heatmap-old/img/icn-heatmap-panel.svg",
"large": "public/app/plugins/panel/heatmap-old/img/icn-heatmap-panel.svg"
},
"build": {},
"screenshots": null,
@@ -690,9 +690,9 @@
},
"latestVersion": "",
"hasUpdate": false,
"defaultNavUrl": "/plugins/heatmap-new/",
"defaultNavUrl": "/plugins/heatmap-old/",
"category": "",
"state": "beta",
"state": "deprecated",
"signature": "internal",
"signatureType": "",
"signatureOrg": ""