Chore: Promoting frontendSandboxMonitorOnly to private preview (#102213)

* Since pluginsFrontendSandbox is private preview we can make frontendSandboxMonitorOnly also private preview

* Running toggle generation command
This commit is contained in:
Timur Olzhabayev
2025-03-19 20:07:26 +02:00
committed by GitHub
parent 5f0faf2dd6
commit a29e49f472
4 changed files with 8 additions and 6 deletions
@@ -148,7 +148,6 @@ Experimental features might be changed or removed without prior notice.
| `alertStateHistoryLokiOnly` | Disable Grafana alerts from emitting annotations when a remote Loki instance is available. |
| `extraThemes` | Enables extra themes |
| `lokiPredefinedOperations` | Adds predefined query operations to Loki query editor |
| `frontendSandboxMonitorOnly` | Enables monitor only in the plugin frontend sandbox (if enabled) |
| `awsDatasourcesTempCredentials` | Support temporary security credentials in AWS plugins for Grafana Cloud customers |
| `mlExpressions` | Enable support for Machine Learning in server-side expressions |
| `metricsSummary` | Enables metrics summary queries in the Tempo data source |
+1 -1
View File
@@ -376,7 +376,7 @@ var (
{
Name: "frontendSandboxMonitorOnly",
Description: "Enables monitor only in the plugin frontend sandbox (if enabled)",
Stage: FeatureStageExperimental,
Stage: FeatureStagePrivatePreview,
FrontendOnly: true,
Owner: grafanaPluginsPlatformSquad,
},
+1 -1
View File
@@ -49,7 +49,7 @@ enableDatagridEditing,preview,@grafana/dataviz-squad,false,false,true
extraThemes,experimental,@grafana/grafana-frontend-platform,false,false,true
lokiPredefinedOperations,experimental,@grafana/observability-logs,false,false,true
pluginsFrontendSandbox,privatePreview,@grafana/plugins-platform-backend,false,false,false
frontendSandboxMonitorOnly,experimental,@grafana/plugins-platform-backend,false,false,true
frontendSandboxMonitorOnly,privatePreview,@grafana/plugins-platform-backend,false,false,true
pluginsDetailsRightPanel,privatePreview,@grafana/plugins-platform-backend,false,false,true
sqlDatasourceDatabaseSelection,preview,@grafana/dataviz-squad,false,false,true
recordedQueriesMulti,GA,@grafana/observability-metrics,false,false,false
1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
49 extraThemes experimental @grafana/grafana-frontend-platform false false true
50 lokiPredefinedOperations experimental @grafana/observability-logs false false true
51 pluginsFrontendSandbox privatePreview @grafana/plugins-platform-backend false false false
52 frontendSandboxMonitorOnly experimental privatePreview @grafana/plugins-platform-backend false false true
53 pluginsDetailsRightPanel privatePreview @grafana/plugins-platform-backend false false true
54 sqlDatasourceDatabaseSelection preview @grafana/dataviz-squad false false true
55 recordedQueriesMulti GA @grafana/observability-metrics false false false
+6 -3
View File
@@ -1913,12 +1913,15 @@
{
"metadata": {
"name": "frontendSandboxMonitorOnly",
"resourceVersion": "1718727528075",
"creationTimestamp": "2023-07-05T11:48:25Z"
"resourceVersion": "1741965568775",
"creationTimestamp": "2023-07-05T11:48:25Z",
"annotations": {
"grafana.app/updatedTimestamp": "2025-03-14 15:19:28.77575 +0000 UTC"
}
},
"spec": {
"description": "Enables monitor only in the plugin frontend sandbox (if enabled)",
"stage": "experimental",
"stage": "privatePreview",
"codeowner": "@grafana/plugins-platform-backend",
"frontend": true
}