2022-10-25 10:24:27 +01:00
|
|
|
import { PanelPlugin } from '@grafana/data';
|
2022-10-07 11:39:14 +01:00
|
|
|
|
2022-10-25 10:24:27 +01:00
|
|
|
import { FlameGraphPanel } from './FlameGraphPanel';
|
2022-10-07 11:39:14 +01:00
|
|
|
|
|
|
|
|
export const plugin = new PanelPlugin(FlameGraphPanel);
|