mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Explore metrics: Add class to metric prefix dropdown for fullstory (#99106)
add class to metric prefix dropdown for fullstory
This commit is contained in:
parent
feae06d81c
commit
7ccc811203
@ -571,6 +571,7 @@ export class MetricSelectScene extends SceneObjectBase<MetricSelectSceneState> i
|
||||
},
|
||||
...Array.from(rootGroup?.groups.keys() ?? []).map((g) => ({ label: `${g}_`, value: g })),
|
||||
]}
|
||||
className="explore-metrics-metric-prefix-select"
|
||||
/>
|
||||
</Field>
|
||||
{!metric && hasOtelResources && (
|
||||
|
Loading…
Reference in New Issue
Block a user