mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Flamegraph: Add collapsing for similar items in the stack (#77461)
This commit is contained in:
@@ -29,6 +29,7 @@ export const FlameGraphPanel = (props: PanelProps) => {
|
||||
onViewSelected={(view: string) => interaction('view_selected', { view })}
|
||||
onTextAlignSelected={(align: string) => interaction('text_align_selected', { align })}
|
||||
onTableSort={(sort: string) => interaction('table_sort_selected', { sort })}
|
||||
disableCollapsing={!config.featureToggles.flameGraphItemCollapsing}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user