Explore metrics: Add class to metric prefix dropdown for fullstory (#99106)

add class to metric prefix dropdown for fullstory
This commit is contained in:
Brendan O'Handley 2025-01-17 09:31:30 -06:00 committed by GitHub
parent feae06d81c
commit 7ccc811203
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 && (