grafana/public/app/plugins/panel/flamegraph/plugin.json
Joey fbd049a094
Profiling: Enable flame graph & Phlare/Parca data sources for all users (#63488)
* Remove flame graph toggle

* Remove beta badge from panel

* Update expectedListResp.json

* Update flame graph container to only show if there is data
2023-03-01 11:32:39 +00:00

17 lines
277 B
JSON

{
"type": "panel",
"name": "Flame Graph",
"id": "flamegraph",
"info": {
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"logos": {
"small": "img/icn-flamegraph.svg",
"large": "img/icn-flamegraph.svg"
}
}
}