Dashboards: Add new toggle for dashboard changes out of dashgpt toggle (#83897)

This commit is contained in:
Ivan Ortega Alba
2024-03-05 13:01:31 +01:00
committed by GitHub
parent 112c0e7a79
commit a7c06d26f1
7 changed files with 33 additions and 6 deletions

View File

@@ -144,6 +144,7 @@ Experimental features might be changed or removed without prior notice.
| `metricsSummary` | Enables metrics summary queries in the Tempo data source |
| `featureToggleAdminPage` | Enable admin page for managing feature toggles from the Grafana front-end |
| `permissionsFilterRemoveSubquery` | Alternative permission filter implementation that does not use subqueries for fetching the dashboard folder |
| `aiGeneratedDashboardChanges` | Enable AI powered features for dashboards to auto-summary changes when saving |
| `sseGroupByDatasource` | Send query to the same datasource in a single request when using server side expressions. The `cloudWatchBatchQueries` feature toggle should be enabled if this used with CloudWatch. |
| `libraryPanelRBAC` | Enables RBAC support for library panels |
| `wargamesTesting` | Placeholder feature flag for internal testing |