mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
* Remove flame graph toggle * Remove beta badge from panel * Update expectedListResp.json * Update flame graph container to only show if there is data
17 lines
277 B
JSON
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"
|
|
}
|
|
}
|
|
}
|