K8s/Dashboards: Add frontend api to switch between implementations (#88632)

This commit is contained in:
Ryan McKinley
2024-06-05 17:34:23 +03:00
committed by GitHub
parent f28905f8c4
commit 41e0430f83
28 changed files with 215 additions and 45 deletions

View File

@@ -153,6 +153,7 @@ Experimental features might be changed or removed without prior notice.
| `idForwarding` | Generate signed id token for identity that can be forwarded to plugins and external services |
| `enableNativeHTTPHistogram` | Enables native HTTP Histograms |
| `kubernetesSnapshots` | Routes snapshot requests from /api to the /apis endpoint |
| `kubernetesDashboards` | Use the kubernetes API in the frontend for dashboards |
| `datasourceQueryTypes` | Show query type endpoints in datasource API servers (currently hardcoded for testdata, expressions, and prometheus) |
| `queryService` | Register /apis/query.grafana.app/ -- will eventually replace /api/ds/query |
| `queryServiceRewrite` | Rewrite requests targeting /ds/query to the query service |