Loki: Default to /labels API with query param instead of /series API (#97935)

* feat(loki-labels-api): add feature toggle

* feat(loki-labels-api): default to `/labels` API
This commit is contained in:
Sven Grossmann
2024-12-13 15:31:41 +01:00
committed by GitHub
parent 4550cfb5b7
commit 5ac7443fce
8 changed files with 84 additions and 17 deletions

View File

@@ -244,4 +244,5 @@ export interface FeatureToggles {
feedbackButton?: boolean;
elasticsearchCrossClusterSearch?: boolean;
unifiedHistory?: boolean;
lokiLabelNamesQueryApi?: boolean;
}