mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CloudMigrations: Change onPremToCloudMigrations feature toggle to public preview (#90757)
* update feature toggle stage * a word * update docs
This commit is contained in:
@@ -97,6 +97,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
|
|||||||
| `pdfTables` | Enables generating table data as PDF in reporting |
|
| `pdfTables` | Enables generating table data as PDF in reporting |
|
||||||
| `canvasPanelPanZoom` | Allow pan and zoom in canvas panel |
|
| `canvasPanelPanZoom` | Allow pan and zoom in canvas panel |
|
||||||
| `regressionTransformation` | Enables regression analysis transformation |
|
| `regressionTransformation` | Enables regression analysis transformation |
|
||||||
|
| `onPremToCloudMigrations` | Enable the Grafana Migration Assistant, which helps you easily migrate on-prem dashboards, folders, and data source configurations to your Grafana Cloud stack. |
|
||||||
| `newPDFRendering` | New implementation for the dashboard-to-PDF rendering |
|
| `newPDFRendering` | New implementation for the dashboard-to-PDF rendering |
|
||||||
| `ssoSettingsSAML` | Use the new SSO Settings API to configure the SAML connector |
|
| `ssoSettingsSAML` | Use the new SSO Settings API to configure the SAML connector |
|
||||||
| `openSearchBackendFlowEnabled` | Enables the backend query flow for Open Search datasource plugin |
|
| `openSearchBackendFlowEnabled` | Enables the backend query flow for Open Search datasource plugin |
|
||||||
@@ -168,7 +169,6 @@ Experimental features might be changed or removed without prior notice.
|
|||||||
| `tableSharedCrosshair` | Enables shared crosshair in table panel |
|
| `tableSharedCrosshair` | Enables shared crosshair in table panel |
|
||||||
| `kubernetesFeatureToggles` | Use the kubernetes API for feature toggle management in the frontend |
|
| `kubernetesFeatureToggles` | Use the kubernetes API for feature toggle management in the frontend |
|
||||||
| `newFolderPicker` | Enables the nested folder picker without having nested folders enabled |
|
| `newFolderPicker` | Enables the nested folder picker without having nested folders enabled |
|
||||||
| `onPremToCloudMigrations` | In-development feature that will allow users to easily migrate their on-prem Grafana instances to Grafana Cloud. |
|
|
||||||
| `promQLScope` | In-development feature that will allow injection of labels into prometheus queries. |
|
| `promQLScope` | In-development feature that will allow injection of labels into prometheus queries. |
|
||||||
| `sqlExpressions` | Enables using SQL and DuckDB functions as Expressions. |
|
| `sqlExpressions` | Enables using SQL and DuckDB functions as Expressions. |
|
||||||
| `nodeGraphDotLayout` | Changed the layout algorithm for the node graph |
|
| `nodeGraphDotLayout` | Changed the layout algorithm for the node graph |
|
||||||
|
|||||||
@@ -1021,9 +1021,10 @@ var (
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "onPremToCloudMigrations",
|
Name: "onPremToCloudMigrations",
|
||||||
Description: "In-development feature that will allow users to easily migrate their on-prem Grafana instances to Grafana Cloud.",
|
Description: "Enable the Grafana Migration Assistant, which helps you easily migrate on-prem dashboards, folders, and data source configurations to your Grafana Cloud stack.",
|
||||||
Stage: FeatureStageExperimental,
|
Stage: FeatureStagePublicPreview,
|
||||||
Owner: grafanaOperatorExperienceSquad,
|
Owner: grafanaOperatorExperienceSquad,
|
||||||
|
Expression: "false",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "alertingSaveStatePeriodic",
|
Name: "alertingSaveStatePeriodic",
|
||||||
|
|||||||
@@ -134,7 +134,7 @@ cloudRBACRoles,experimental,@grafana/identity-access-team,false,true,false
|
|||||||
alertingQueryOptimization,GA,@grafana/alerting-squad,false,false,false
|
alertingQueryOptimization,GA,@grafana/alerting-squad,false,false,false
|
||||||
newFolderPicker,experimental,@grafana/grafana-frontend-platform,false,false,true
|
newFolderPicker,experimental,@grafana/grafana-frontend-platform,false,false,true
|
||||||
jitterAlertRulesWithinGroups,preview,@grafana/alerting-squad,false,true,false
|
jitterAlertRulesWithinGroups,preview,@grafana/alerting-squad,false,true,false
|
||||||
onPremToCloudMigrations,experimental,@grafana/grafana-operator-experience-squad,false,false,false
|
onPremToCloudMigrations,preview,@grafana/grafana-operator-experience-squad,false,false,false
|
||||||
alertingSaveStatePeriodic,privatePreview,@grafana/alerting-squad,false,false,false
|
alertingSaveStatePeriodic,privatePreview,@grafana/alerting-squad,false,false,false
|
||||||
promQLScope,experimental,@grafana/observability-metrics,false,false,false
|
promQLScope,experimental,@grafana/observability-metrics,false,false,false
|
||||||
sqlExpressions,experimental,@grafana/grafana-app-platform-squad,false,false,false
|
sqlExpressions,experimental,@grafana/grafana-app-platform-squad,false,false,false
|
||||||
|
|||||||
|
@@ -548,7 +548,7 @@ const (
|
|||||||
FlagJitterAlertRulesWithinGroups = "jitterAlertRulesWithinGroups"
|
FlagJitterAlertRulesWithinGroups = "jitterAlertRulesWithinGroups"
|
||||||
|
|
||||||
// FlagOnPremToCloudMigrations
|
// FlagOnPremToCloudMigrations
|
||||||
// In-development feature that will allow users to easily migrate their on-prem Grafana instances to Grafana Cloud.
|
// Enable the Grafana Migration Assistant, which helps you easily migrate on-prem dashboards, folders, and data source configurations to your Grafana Cloud stack.
|
||||||
FlagOnPremToCloudMigrations = "onPremToCloudMigrations"
|
FlagOnPremToCloudMigrations = "onPremToCloudMigrations"
|
||||||
|
|
||||||
// FlagAlertingSaveStatePeriodic
|
// FlagAlertingSaveStatePeriodic
|
||||||
|
|||||||
@@ -1812,13 +1812,17 @@
|
|||||||
{
|
{
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "onPremToCloudMigrations",
|
"name": "onPremToCloudMigrations",
|
||||||
"resourceVersion": "1718727528075",
|
"resourceVersion": "1721693547668",
|
||||||
"creationTimestamp": "2024-01-22T16:09:08Z"
|
"creationTimestamp": "2024-01-22T16:09:08Z",
|
||||||
|
"annotations": {
|
||||||
|
"grafana.app/updatedTimestamp": "2024-07-23 00:12:27.668899 +0000 UTC"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"spec": {
|
"spec": {
|
||||||
"description": "In-development feature that will allow users to easily migrate their on-prem Grafana instances to Grafana Cloud.",
|
"description": "Enable the Grafana Migration Assistant, which helps you easily migrate on-prem dashboards, folders, and data source configurations to your Grafana Cloud stack.",
|
||||||
"stage": "experimental",
|
"stage": "preview",
|
||||||
"codeowner": "@grafana/grafana-operator-experience-squad"
|
"codeowner": "@grafana/grafana-operator-experience-squad",
|
||||||
|
"expression": "false"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user