Graph Panel: Add feature toggle that will allow automatic migration to timeseries panel (#50631)

This commit is contained in:
Ryan McKinley
2022-06-10 17:12:56 -07:00
committed by GitHub
parent b6f97e8101
commit ae8dd73770
4 changed files with 46 additions and 5 deletions

View File

@@ -55,6 +55,7 @@ export interface FeatureToggles {
traceToMetrics?: boolean;
prometheusStreamingJSONParser?: boolean;
validateDashboardsOnSave?: boolean;
autoMigrateGraphPanels?: boolean;
prometheusWideSeries?: boolean;
canvasPanelNesting?: boolean;
cloudMonitoringExperimentalUI?: boolean;