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
@@ -84,6 +84,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
| `zipkinBackendMigration` | Enables querying Zipkin data source without the proxy | Yes |
| `alertingUIOptimizeReducer` | Enables removing the reducer from the alerting UI when creating a new alert rule and using instant query | Yes |
| `azureMonitorEnableUserAuth` | Enables user auth for Azure Monitor datasource only | Yes |
| `lokiLabelNamesQueryApi` | Defaults to using the Loki `/labels` API instead of `/series` | Yes |
## Public preview feature toggles