mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Traces: Add traces panel suggestion (#83089)
* Add traces panel suggestion * Render suggestion * Update styling * Update styling
This commit is contained in:
@@ -21,6 +21,7 @@ export const panelsToCheckFirst = [
|
||||
'logs',
|
||||
'candlestick',
|
||||
'flamegraph',
|
||||
'traces',
|
||||
];
|
||||
|
||||
export async function getAllSuggestions(data?: PanelData, panel?: PanelModel): Promise<VisualizationSuggestion[]> {
|
||||
|
||||
Reference in New Issue
Block a user