Feature toggle: remove dashboardSchemaV2 (#98252)

This commit is contained in:
Ivan Ortega Alba
2024-12-19 14:28:20 +02:00
committed by GitHub
parent 9a17954eaf
commit 6c5b408339
6 changed files with 2 additions and 15 deletions
@@ -220,7 +220,6 @@ Experimental features might be changed or removed without prior notice.
| `timeRangeProvider` | Enables time pickers sync |
| `prometheusUsesCombobox` | Use new combobox component for Prometheus query editor |
| `userStorageAPI` | Enables the user storage API |
| `dashboardSchemaV2` | Enables the new dashboard schema version 2, implementing changes necessary for dynamic dashboards and dashboards as code. |
| `playlistsWatcher` | Enables experimental watcher for playlists |
| `prometheusSpecialCharsInLabelValues` | Adds support for quotes and special characters in label values for Prometheus queries |
| `enableExtensionsAdminPage` | Enables the extension admin page regardless of development mode |
@@ -228,7 +228,6 @@ export interface FeatureToggles {
userStorageAPI?: boolean;
azureMonitorDisableLogLimit?: boolean;
preinstallAutoUpdate?: boolean;
dashboardSchemaV2?: boolean;
playlistsWatcher?: boolean;
passwordlessMagicLinkAuthentication?: boolean;
exploreMetricsRelatedLogs?: boolean;
-7
View File
@@ -1577,13 +1577,6 @@ var (
Owner: grafanaPluginsPlatformSquad,
Expression: "true", // enabled by default
},
{
Name: "dashboardSchemaV2",
Description: "Enables the new dashboard schema version 2, implementing changes necessary for dynamic dashboards and dashboards as code.",
Stage: FeatureStageExperimental,
Owner: grafanaDashboardsSquad,
FrontendOnly: true,
},
{
Name: "playlistsWatcher",
Description: "Enables experimental watcher for playlists",
-1
View File
@@ -209,7 +209,6 @@ prometheusUsesCombobox,experimental,@grafana/observability-metrics,false,false,f
userStorageAPI,experimental,@grafana/plugins-platform-backend,false,false,false
azureMonitorDisableLogLimit,GA,@grafana/partner-datasources,false,false,false
preinstallAutoUpdate,GA,@grafana/plugins-platform-backend,false,false,false
dashboardSchemaV2,experimental,@grafana/dashboards-squad,false,false,true
playlistsWatcher,experimental,@grafana/grafana-app-platform-squad,false,true,false
passwordlessMagicLinkAuthentication,experimental,@grafana/identity-access-team,false,false,false
exploreMetricsRelatedLogs,experimental,@grafana/observability-metrics,false,false,true
1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
209 userStorageAPI experimental @grafana/plugins-platform-backend false false false
210 azureMonitorDisableLogLimit GA @grafana/partner-datasources false false false
211 preinstallAutoUpdate GA @grafana/plugins-platform-backend false false false
dashboardSchemaV2 experimental @grafana/dashboards-squad false false true
212 playlistsWatcher experimental @grafana/grafana-app-platform-squad false true false
213 passwordlessMagicLinkAuthentication experimental @grafana/identity-access-team false false false
214 exploreMetricsRelatedLogs experimental @grafana/observability-metrics false false true
-4
View File
@@ -847,10 +847,6 @@ const (
// Enables automatic updates for pre-installed plugins
FlagPreinstallAutoUpdate = "preinstallAutoUpdate"
// FlagDashboardSchemaV2
// Enables the new dashboard schema version 2, implementing changes necessary for dynamic dashboards and dashboards as code.
FlagDashboardSchemaV2 = "dashboardSchemaV2"
// FlagPlaylistsWatcher
// Enables experimental watcher for playlists
FlagPlaylistsWatcher = "playlistsWatcher"
+2 -1
View File
@@ -1026,7 +1026,8 @@
"metadata": {
"name": "dashboardSchemaV2",
"resourceVersion": "1730192092473",
"creationTimestamp": "2024-10-29T08:54:52Z"
"creationTimestamp": "2024-10-29T08:54:52Z",
"deletionTimestamp": "2024-12-19T12:03:44Z"
},
"spec": {
"description": "Enables the new dashboard schema version 2, implementing changes necessary for dynamic dashboards and dashboards as code.",