Cloud Migrations: Create new service for cloud migrations (#80949)

* introduce feature toggle

* create base service structure

* fix sample metric

* register metrics

* add to codeowners

* separate api dtos from service models

* remove leading newline
This commit is contained in:
Michael Mandrus
2024-01-22 11:09:08 -05:00
committed by GitHub
parent 07aa173939
commit cf13cb9f70
18 changed files with 287 additions and 0 deletions

View File

@ -173,6 +173,7 @@ Experimental features might be changed or removed without prior notice.
| `enablePluginsTracingByDefault` | Enable plugin tracing for all external plugins |
| `newFolderPicker` | Enables the nested folder picker without having nested folders enabled |
| `jitterAlertRules` | Distributes alert rule evaluations more evenly over time, by rule group |
| `onPremToCloudMigrations` | In-development feature that will allow users to easily migrate their on-prem Grafana instances to Grafana Cloud. |
## Development feature toggles