k8s: add feature toggle and stub to save dashboards k8s (#62053)

This commit is contained in:
Ryan McKinley
2023-01-25 11:10:16 -08:00
committed by GitHub
parent a0405912a8
commit 4965cf2eda
10 changed files with 154 additions and 10 deletions

View File

@@ -109,6 +109,7 @@ The following toggles require explicitly setting Grafana's [app mode]({{< relref
| `showFeatureFlagsInUI` | Show feature flags in the settings UI |
| `publicDashboardsEmailSharing` | Allows public dashboard sharing to be restricted to only allowed emails |
| `k8s` | Explore native k8s integrations |
| `k8sDashboards` | Save dashboards via k8s |
| `dashboardsFromStorage` | Load dashboards from the generic storage interface |
| `export` | Export grafana instance (to git, etc) |
| `azureMonitorResourcePickerForMetrics` | New UI for Azure Monitor Metrics Query |