Heatmap: Replace the heatmap panel with new implementation (#50229)

This commit is contained in:
Ryan McKinley
2022-06-23 11:48:28 -07:00
committed by GitHub
parent 497310a9cb
commit dd5a3b7747
39 changed files with 90 additions and 55 deletions

View File

@@ -58,6 +58,7 @@ export interface FeatureToggles {
autoMigrateGraphPanels?: boolean;
prometheusWideSeries?: boolean;
canvasPanelNesting?: boolean;
useLegacyHeatmapPanel?: boolean;
cloudMonitoringExperimentalUI?: boolean;
logRequestsInstrumentedAsUnknown?: boolean;
dataConnectionsConsole?: boolean;