PublicDashboards: Scene migration (#84409)

This commit is contained in:
Juan Cabanas
2024-03-22 11:48:21 -03:00
committed by GitHub
parent a0bcc44b63
commit 8d4ca72f2a
19 changed files with 571 additions and 21 deletions

View File

@@ -108,6 +108,7 @@ Experimental features might be changed or removed without prior notice.
| ------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `live-service-web-worker` | This will use a webworker thread to processes events rather than the main thread |
| `queryOverLive` | Use Grafana Live WebSocket to execute backend queries |
| `publicDashboardsScene` | Enables public dashboard rendering using scenes |
| `lokiExperimentalStreaming` | Support new streaming approach for loki (prototype, needs special loki build) |
| `storage` | Configurable storage for dashboards, datasources, and resources |
| `datasourceQueryMultiStatus` | Introduce HTTP 207 Multi Status for api/ds/query |