AzureMonitor: add feature toggle azureMonitorExperimentalUI for migrating to experimental UI (#48658)

* feat: add feature toggle azureMonitorExperimentalUI

Add QueryHeader which adds an experimental header to AzureMonitor. This work is documented in #44432.
This commit is contained in:
Adam Simpson
2022-05-04 09:54:09 -04:00
committed by GitHub
parent f85e758972
commit b2644de6c8
6 changed files with 80 additions and 1 deletions

View File

@@ -241,5 +241,12 @@ var (
Description: "Introduce HTTP 207 Multi Status for api/ds/query",
State: FeatureStateAlpha,
},
{
Name: "azureMonitorExperimentalUI",
Description: "Use grafana-experimental UI in Azure Monitor",
State: FeatureStateAlpha,
RequiresDevMode: true,
FrontendOnly: true,
},
}
)