Traces: Add traces panel suggestion (#83089)

* Add traces panel suggestion

* Render suggestion

* Update styling

* Update styling
This commit is contained in:
Joey
2024-02-21 13:49:41 +00:00
committed by GitHub
parent 9bbb7f67e0
commit 2258e6bd16
8 changed files with 79 additions and 56 deletions

View File

@@ -21,6 +21,7 @@ export const panelsToCheckFirst = [
'logs',
'candlestick',
'flamegraph',
'traces',
];
export async function getAllSuggestions(data?: PanelData, panel?: PanelModel): Promise<VisualizationSuggestion[]> {