Prometheus: Enable Combobox metric select by default (#101045)
* Prometheus: enable prometheusUsesCombobox toggle by default * bold Combobox
This commit is contained in:
@@ -1434,9 +1434,10 @@ var (
|
||||
},
|
||||
{
|
||||
Name: "prometheusUsesCombobox",
|
||||
Description: "Use new combobox component for Prometheus query editor",
|
||||
Stage: FeatureStageExperimental,
|
||||
Description: "Use new **Combobox** component for Prometheus query editor",
|
||||
Stage: FeatureStageGeneralAvailability,
|
||||
Owner: grafanaOSSBigTent,
|
||||
Expression: "true", // enabled by default
|
||||
},
|
||||
{
|
||||
Name: "azureMonitorDisableLogLimit",
|
||||
@@ -1620,7 +1621,7 @@ var (
|
||||
},
|
||||
{
|
||||
Name: "templateVariablesUsesCombobox",
|
||||
Description: "Use new combobox component for template variables",
|
||||
Description: "Use new **Combobox** component for template variables",
|
||||
Stage: FeatureStageExperimental,
|
||||
Owner: grafanaFrontendPlatformSquad,
|
||||
FrontendOnly: true,
|
||||
|
||||
@@ -188,7 +188,7 @@ managedDualWriter,experimental,@grafana/search-and-storage,false,false,false
|
||||
pluginsSriChecks,GA,@grafana/plugins-platform-backend,false,false,false
|
||||
unifiedStorageBigObjectsSupport,experimental,@grafana/search-and-storage,false,false,false
|
||||
timeRangeProvider,experimental,@grafana/grafana-frontend-platform,false,false,false
|
||||
prometheusUsesCombobox,experimental,@grafana/oss-big-tent,false,false,false
|
||||
prometheusUsesCombobox,GA,@grafana/oss-big-tent,false,false,false
|
||||
azureMonitorDisableLogLimit,GA,@grafana/partner-datasources,false,false,false
|
||||
preinstallAutoUpdate,GA,@grafana/plugins-platform-backend,false,false,false
|
||||
playlistsReconciler,experimental,@grafana/grafana-app-platform-squad,false,true,false
|
||||
|
||||
|
@@ -764,7 +764,7 @@ const (
|
||||
FlagTimeRangeProvider = "timeRangeProvider"
|
||||
|
||||
// FlagPrometheusUsesCombobox
|
||||
// Use new combobox component for Prometheus query editor
|
||||
// Use new **Combobox** component for Prometheus query editor
|
||||
FlagPrometheusUsesCombobox = "prometheusUsesCombobox"
|
||||
|
||||
// FlagAzureMonitorDisableLogLimit
|
||||
@@ -868,7 +868,7 @@ const (
|
||||
FlagABTestFeatureToggleA = "ABTestFeatureToggleA"
|
||||
|
||||
// FlagTemplateVariablesUsesCombobox
|
||||
// Use new combobox component for template variables
|
||||
// Use new **Combobox** component for template variables
|
||||
FlagTemplateVariablesUsesCombobox = "templateVariablesUsesCombobox"
|
||||
|
||||
// FlagABTestFeatureToggleB
|
||||
|
||||
@@ -3493,16 +3493,17 @@
|
||||
{
|
||||
"metadata": {
|
||||
"name": "prometheusUsesCombobox",
|
||||
"resourceVersion": "1735845919509",
|
||||
"resourceVersion": "1740072685161",
|
||||
"creationTimestamp": "2024-10-23T11:18:33Z",
|
||||
"annotations": {
|
||||
"grafana.app/updatedTimestamp": "2025-01-02 19:25:19.509884 +0000 UTC"
|
||||
"grafana.app/updatedTimestamp": "2025-02-20 17:31:25.161842198 +0000 UTC"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"description": "Use new combobox component for Prometheus query editor",
|
||||
"stage": "experimental",
|
||||
"codeowner": "@grafana/oss-big-tent"
|
||||
"description": "Use new **Combobox** component for Prometheus query editor",
|
||||
"stage": "GA",
|
||||
"codeowner": "@grafana/oss-big-tent",
|
||||
"expression": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -4076,11 +4077,14 @@
|
||||
{
|
||||
"metadata": {
|
||||
"name": "templateVariablesUsesCombobox",
|
||||
"resourceVersion": "1738141787383",
|
||||
"creationTimestamp": "2025-01-29T09:09:47Z"
|
||||
"resourceVersion": "1740072685161",
|
||||
"creationTimestamp": "2025-01-29T09:09:47Z",
|
||||
"annotations": {
|
||||
"grafana.app/updatedTimestamp": "2025-02-20 17:31:25.161842198 +0000 UTC"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"description": "Use new combobox component for template variables",
|
||||
"description": "Use new **Combobox** component for template variables",
|
||||
"stage": "experimental",
|
||||
"codeowner": "@grafana/grafana-frontend-platform",
|
||||
"frontend": true
|
||||
|
||||
Reference in New Issue
Block a user