Features: Move openSearchBackendFlowEnabled toggle to GA (#92117)

This commit is contained in:
Ida Štambuk
2024-08-21 10:21:57 +02:00
committed by GitHub
parent b6540e2a18
commit 0c55d0aa64
4 changed files with 12 additions and 7 deletions
@@ -67,6 +67,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
| `tlsMemcached` | Use TLS-enabled memcached in the enterprise caching feature | Yes |
| `cloudWatchNewLabelParsing` | Updates CloudWatch label parsing to be more accurate | Yes |
| `pluginProxyPreserveTrailingSlash` | Preserve plugin proxy trailing slash. | |
| `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 |
## Public preview feature toggles
@@ -103,7 +104,6 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
| `ssoSettingsSAML` | Use the new SSO Settings API to configure the SAML connector |
| `accessActionSets` | Introduces action sets for resource permissions. Also ensures that all folder editors and admins can create subfolders without needing any additional permissions. |
| `azureMonitorPrometheusExemplars` | Allows configuration of Azure Monitor as a data source that can provide Prometheus exemplars |
| `openSearchBackendFlowEnabled` | Enables the backend query flow for Open Search datasource plugin |
| `cloudwatchMetricInsightsCrossAccount` | Enables cross account observability for Cloudwatch Metric Insights query builder |
## Experimental feature toggles
+2 -1
View File
@@ -1297,8 +1297,9 @@ var (
{
Name: "openSearchBackendFlowEnabled",
Description: "Enables the backend query flow for Open Search datasource plugin",
Stage: FeatureStagePublicPreview,
Stage: FeatureStageGeneralAvailability,
Owner: awsDatasourcesSquad,
Expression: "true",
},
{
Name: "ssoSettingsLDAP",
+1 -1
View File
@@ -170,7 +170,7 @@ pluginProxyPreserveTrailingSlash,GA,@grafana/plugins-platform-backend,false,fals
azureMonitorPrometheusExemplars,preview,@grafana/partner-datasources,false,false,false
pinNavItems,experimental,@grafana/grafana-frontend-platform,false,false,false
authZGRPCServer,experimental,@grafana/identity-access-team,false,false,false
openSearchBackendFlowEnabled,preview,@grafana/aws-datasources,false,false,false
openSearchBackendFlowEnabled,GA,@grafana/aws-datasources,false,false,false
ssoSettingsLDAP,experimental,@grafana/identity-access-team,false,false,false
failWrongDSUID,experimental,@grafana/plugins-platform-backend,false,false,false
databaseReadReplica,experimental,@grafana/grafana-backend-services-squad,false,false,false
1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
170 azureMonitorPrometheusExemplars preview @grafana/partner-datasources false false false
171 pinNavItems experimental @grafana/grafana-frontend-platform false false false
172 authZGRPCServer experimental @grafana/identity-access-team false false false
173 openSearchBackendFlowEnabled preview GA @grafana/aws-datasources false false false
174 ssoSettingsLDAP experimental @grafana/identity-access-team false false false
175 failWrongDSUID experimental @grafana/plugins-platform-backend false false false
176 databaseReadReplica experimental @grafana/grafana-backend-services-squad false false false
+8 -4
View File
@@ -1898,13 +1898,17 @@
{
"metadata": {
"name": "openSearchBackendFlowEnabled",
"resourceVersion": "1718727528075",
"creationTimestamp": "2024-06-17T09:41:50Z"
"resourceVersion": "1724141158995",
"creationTimestamp": "2024-06-17T09:41:50Z",
"annotations": {
"grafana.app/updatedTimestamp": "2024-08-20 08:05:58.995762 +0000 UTC"
}
},
"spec": {
"description": "Enables the backend query flow for Open Search datasource plugin",
"stage": "preview",
"codeowner": "@grafana/aws-datasources"
"stage": "GA",
"codeowner": "@grafana/aws-datasources",
"expression": "true"
}
},
{