mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* Flamegraph * Updated flame graph width/height values * Fix top table rendering issue * Add feature toggle for flamegraph in explore * Update tests * Hide flamegraph from dash panel viz list if feature toggle not enabled * Show table if no flameGraphFrames * Add flame graph to testdata ds * Minor improvement
18 lines
300 B
JSON
18 lines
300 B
JSON
{
|
|
"type": "panel",
|
|
"name": "Flame Graph",
|
|
"id": "flamegraph",
|
|
"state": "beta",
|
|
|
|
"info": {
|
|
"author": {
|
|
"name": "Grafana Labs",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"logos": {
|
|
"small": "public/img/icn-panel.svg",
|
|
"large": "public/img/icn-panel.svg"
|
|
}
|
|
}
|
|
}
|