Prometheus: Frontend library exports (#81909)

* fix components folders for exports

* export files in the components folder

* export metrics modal and fix exports

* export promquail and fix exports

* export querybuilder/components and fix exports

* export querybuilder

* main index file exports

* run prettier
This commit is contained in:
Brendan O'Handley
2024-02-06 08:27:09 -06:00
committed by GitHub
parent 32a7aa33b8
commit ec0eb8fd79
30 changed files with 285 additions and 212 deletions
@@ -15,11 +15,11 @@ export function PromQueryEditorForAlerting(props: PromQueryEditorProps) {
history={[]}
range={range}
data={data}
data-testid={testIds.editor}
data-testid={alertingTestIds.editor}
/>
);
}
export const testIds = {
export const alertingTestIds = {
editor: 'prom-editor-cloud-alerting',
};