data sources: feature toggle: route explore queries to the new query service (#103192)

* data sources: route explore queries to the new query service

* prettier fix

* easier to read logical statement
This commit is contained in:
Gábor Farkas
2025-04-02 12:00:33 +02:00
committed by GitHub
parent 1c07fd3d4f
commit 135fbf6258
7 changed files with 43 additions and 0 deletions
@@ -170,6 +170,7 @@ Experimental features might be changed or removed without prior notice.
| `queryService` | Register /apis/query.grafana.app/ -- will eventually replace /api/ds/query |
| `queryServiceRewrite` | Rewrite requests targeting /ds/query to the query service |
| `queryServiceFromUI` | Routes requests to the new query service |
| `queryServiceFromExplore` | Routes explore requests to the new query service |
| `cachingOptimizeSerializationMemoryUsage` | If enabled, the caching backend gradually serializes query responses for the cache, comparing against the configured `[caching]max_value_mb` value as it goes. This can can help prevent Grafana from running out of memory while attempting to cache very large query responses. |
| `prometheusCodeModeMetricNamesSearch` | Enables search for metric names in Code Mode, to improve performance when working with an enormous number of metric names |
| `alertmanagerRemoteSecondary` | Enable Grafana to sync configuration and state with a remote Alertmanager. |