FeatureToggles: Make newFiltersUI feature toggle generally available (#97460)

make newFiltersUIfeature toggle generally available
This commit is contained in:
Sergej-Vlasov 2024-12-10 10:06:55 +00:00 committed by GitHub
parent dd969f8a54
commit 663167a16c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 12 additions and 7 deletions

View File

@ -77,6 +77,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
| `openSearchBackendFlowEnabled` | Enables the backend query flow for Open Search datasource plugin | Yes |
| `cloudWatchRoundUpEndTime` | Round up end time for metric queries to the next minute to avoid missing data | Yes |
| `cloudwatchMetricInsightsCrossAccount` | Enables cross account observability for Cloudwatch Metric Insights query builder | Yes |
| `newFiltersUI` | Enables new combobox style UI for the Ad hoc filters variable in scenes architecture | Yes |
| `singleTopNav` | Unifies the top search bar and breadcrumb bar into one | Yes |
| `azureMonitorDisableLogLimit` | Disables the log limit restriction for Azure Monitor when true. The limit is enabled by default. | |
| `preinstallAutoUpdate` | Enables automatic updates for pre-installed plugins | Yes |
@ -205,7 +206,6 @@ Experimental features might be changed or removed without prior notice.
| `failWrongDSUID` | Throws an error if a datasource has an invalid UIDs |
| `alertingApiServer` | Register Alerting APIs with the K8s API server |
| `dataplaneAggregator` | Enable grafana dataplane aggregator |
| `newFiltersUI` | Enables new combobox style UI for the Ad hoc filters variable in scenes architecture |
| `lokiSendDashboardPanelNames` | Send dashboard and panel names to Loki when querying |
| `alertingPrometheusRulesPrimary` | Uses Prometheus rules as the primary source of truth for ruler-enabled data sources |
| `exploreLogsShardSplitting` | Used in Explore Logs to split queries into multiple queries based on the number of shards |

View File

@ -1436,8 +1436,9 @@ var (
{
Name: "newFiltersUI",
Description: "Enables new combobox style UI for the Ad hoc filters variable in scenes architecture",
Stage: FeatureStageExperimental,
Stage: FeatureStageGeneralAvailability,
Owner: grafanaDashboardsSquad,
Expression: "true", // enabled by default
},
{
Name: "lokiSendDashboardPanelNames",

View File

@ -188,7 +188,7 @@ cloudwatchMetricInsightsCrossAccount,GA,@grafana/aws-datasources,false,false,tru
prometheusAzureOverrideAudience,deprecated,@grafana/partner-datasources,false,false,false
alertingFilterV2,experimental,@grafana/alerting-squad,false,false,false
dataplaneAggregator,experimental,@grafana/grafana-app-platform-squad,false,true,false
newFiltersUI,experimental,@grafana/dashboards-squad,false,false,false
newFiltersUI,GA,@grafana/dashboards-squad,false,false,false
lokiSendDashboardPanelNames,experimental,@grafana/observability-logs,false,false,false
alertingPrometheusRulesPrimary,experimental,@grafana/alerting-squad,false,false,true
singleTopNav,GA,@grafana/grafana-frontend-platform,false,false,true

1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
188 prometheusAzureOverrideAudience deprecated @grafana/partner-datasources false false false
189 alertingFilterV2 experimental @grafana/alerting-squad false false false
190 dataplaneAggregator experimental @grafana/grafana-app-platform-squad false true false
191 newFiltersUI experimental GA @grafana/dashboards-squad false false false
192 lokiSendDashboardPanelNames experimental @grafana/observability-logs false false false
193 alertingPrometheusRulesPrimary experimental @grafana/alerting-squad false false true
194 singleTopNav GA @grafana/grafana-frontend-platform false false true

View File

@ -2358,13 +2358,17 @@
{
"metadata": {
"name": "newFiltersUI",
"resourceVersion": "1724228641625",
"creationTimestamp": "2024-08-30T12:48:13Z"
"resourceVersion": "1733391902652",
"creationTimestamp": "2024-08-30T12:48:13Z",
"annotations": {
"grafana.app/updatedTimestamp": "2024-12-05 09:45:02.652078 +0000 UTC"
}
},
"spec": {
"description": "Enables new combobox style UI for the Ad hoc filters variable in scenes architecture",
"stage": "experimental",
"codeowner": "@grafana/dashboards-squad"
"stage": "GA",
"codeowner": "@grafana/dashboards-squad",
"expression": "true"
}
},
{