mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Transformations: Move transformation variables to general availability (#89111)
This commit is contained in:
parent
74230937f4
commit
2d0a3953c1
@ -48,6 +48,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
|
|||||||
| `dashgpt` | Enable AI powered features in dashboards | Yes |
|
| `dashgpt` | Enable AI powered features in dashboards | Yes |
|
||||||
| `alertingInsights` | Show the new alerting insights landing page | Yes |
|
| `alertingInsights` | Show the new alerting insights landing page | Yes |
|
||||||
| `panelMonitoring` | Enables panel monitoring through logs and measurements | Yes |
|
| `panelMonitoring` | Enables panel monitoring through logs and measurements | Yes |
|
||||||
|
| `transformationsVariableSupport` | Allows using variables in transformations | Yes |
|
||||||
| `kubernetesPlaylists` | Use the kubernetes API in the frontend for playlists, and route /api/playlist requests to k8s | Yes |
|
| `kubernetesPlaylists` | Use the kubernetes API in the frontend for playlists, and route /api/playlist requests to k8s | Yes |
|
||||||
| `recoveryThreshold` | Enables feature recovery threshold (aka hysteresis) for threshold server-side expression | Yes |
|
| `recoveryThreshold` | Enables feature recovery threshold (aka hysteresis) for threshold server-side expression | Yes |
|
||||||
| `lokiStructuredMetadata` | Enables the loki data source to request structured metadata from the Loki server | Yes |
|
| `lokiStructuredMetadata` | Enables the loki data source to request structured metadata from the Loki server | Yes |
|
||||||
@ -91,7 +92,6 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
|
|||||||
| `reportingRetries` | Enables rendering retries for the reporting feature |
|
| `reportingRetries` | Enables rendering retries for the reporting feature |
|
||||||
| `externalServiceAccounts` | Automatic service account and token setup for plugins |
|
| `externalServiceAccounts` | Automatic service account and token setup for plugins |
|
||||||
| `formatString` | Enable format string transformer |
|
| `formatString` | Enable format string transformer |
|
||||||
| `transformationsVariableSupport` | Allows using variables in transformations |
|
|
||||||
| `cloudWatchBatchQueries` | Runs CloudWatch metrics queries as separate batches |
|
| `cloudWatchBatchQueries` | Runs CloudWatch metrics queries as separate batches |
|
||||||
| `teamHttpHeaders` | Enables Team LBAC for datasources to apply team headers to the client requests |
|
| `teamHttpHeaders` | Enables Team LBAC for datasources to apply team headers to the client requests |
|
||||||
| `addFieldFromCalculationStatFunctions` | Add cumulative and window functions to the add field from calculation transformation |
|
| `addFieldFromCalculationStatFunctions` | Add cumulative and window functions to the add field from calculation transformation |
|
||||||
|
@ -717,8 +717,9 @@ var (
|
|||||||
Name: "transformationsVariableSupport",
|
Name: "transformationsVariableSupport",
|
||||||
Description: "Allows using variables in transformations",
|
Description: "Allows using variables in transformations",
|
||||||
FrontendOnly: true,
|
FrontendOnly: true,
|
||||||
Stage: FeatureStagePublicPreview,
|
Stage: FeatureStageGeneralAvailability,
|
||||||
Owner: grafanaDatavizSquad,
|
Owner: grafanaDatavizSquad,
|
||||||
|
Expression: "true", // Enabled by default
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "kubernetesPlaylists",
|
Name: "kubernetesPlaylists",
|
||||||
|
@ -94,7 +94,7 @@ externalServiceAccounts,preview,@grafana/identity-access-team,false,false,false
|
|||||||
panelMonitoring,GA,@grafana/dataviz-squad,false,false,true
|
panelMonitoring,GA,@grafana/dataviz-squad,false,false,true
|
||||||
enableNativeHTTPHistogram,experimental,@grafana/hosted-grafana-team,false,false,false
|
enableNativeHTTPHistogram,experimental,@grafana/hosted-grafana-team,false,false,false
|
||||||
formatString,preview,@grafana/dataviz-squad,false,false,true
|
formatString,preview,@grafana/dataviz-squad,false,false,true
|
||||||
transformationsVariableSupport,preview,@grafana/dataviz-squad,false,false,true
|
transformationsVariableSupport,GA,@grafana/dataviz-squad,false,false,true
|
||||||
kubernetesPlaylists,GA,@grafana/grafana-app-platform-squad,false,true,false
|
kubernetesPlaylists,GA,@grafana/grafana-app-platform-squad,false,true,false
|
||||||
kubernetesSnapshots,experimental,@grafana/grafana-app-platform-squad,false,true,false
|
kubernetesSnapshots,experimental,@grafana/grafana-app-platform-squad,false,true,false
|
||||||
kubernetesDashboards,experimental,@grafana/grafana-app-platform-squad,false,false,true
|
kubernetesDashboards,experimental,@grafana/grafana-app-platform-squad,false,false,true
|
||||||
|
|
@ -293,6 +293,20 @@
|
|||||||
"hideFromDocs": true
|
"hideFromDocs": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"metadata": {
|
||||||
|
"name": "authZGRPCServer",
|
||||||
|
"resourceVersion": "1718093439898",
|
||||||
|
"creationTimestamp": "2024-06-11T08:10:39Z"
|
||||||
|
},
|
||||||
|
"spec": {
|
||||||
|
"description": "Enables the gRPC server for authorization",
|
||||||
|
"stage": "experimental",
|
||||||
|
"codeowner": "@grafana/identity-access-team",
|
||||||
|
"hideFromAdminPage": true,
|
||||||
|
"hideFromDocs": true
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "autoMigrateGraphPanel",
|
"name": "autoMigrateGraphPanel",
|
||||||
@ -1662,6 +1676,18 @@
|
|||||||
"codeowner": "@grafana/grafana-backend-group"
|
"codeowner": "@grafana/grafana-backend-group"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"metadata": {
|
||||||
|
"name": "pinNavItems",
|
||||||
|
"resourceVersion": "1718017263521",
|
||||||
|
"creationTimestamp": "2024-06-10T11:01:03Z"
|
||||||
|
},
|
||||||
|
"spec": {
|
||||||
|
"description": "Enables pinning of nav items",
|
||||||
|
"stage": "experimental",
|
||||||
|
"codeowner": "@grafana/grafana-frontend-platform"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "pluginProxyPreserveTrailingSlash",
|
"name": "pluginProxyPreserveTrailingSlash",
|
||||||
@ -2193,12 +2219,15 @@
|
|||||||
{
|
{
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "transformationsVariableSupport",
|
"name": "transformationsVariableSupport",
|
||||||
"resourceVersion": "1717578796182",
|
"resourceVersion": "1718190346540",
|
||||||
"creationTimestamp": "2023-10-04T14:28:46Z"
|
"creationTimestamp": "2023-10-04T14:28:46Z",
|
||||||
|
"annotations": {
|
||||||
|
"grafana.app/updatedTimestamp": "2024-06-12 11:05:46.540869 +0000 UTC"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"spec": {
|
"spec": {
|
||||||
"description": "Allows using variables in transformations",
|
"description": "Allows using variables in transformations",
|
||||||
"stage": "preview",
|
"stage": "GA",
|
||||||
"codeowner": "@grafana/dataviz-squad",
|
"codeowner": "@grafana/dataviz-squad",
|
||||||
"frontend": true
|
"frontend": true
|
||||||
}
|
}
|
||||||
@ -2252,32 +2281,6 @@
|
|||||||
"stage": "experimental",
|
"stage": "experimental",
|
||||||
"codeowner": "@grafana/hosted-grafana-team"
|
"codeowner": "@grafana/hosted-grafana-team"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
"metadata": {
|
|
||||||
"name": "pinNavItems",
|
|
||||||
"resourceVersion": "1718017263521",
|
|
||||||
"creationTimestamp": "2024-06-10T11:01:03Z"
|
|
||||||
},
|
|
||||||
"spec": {
|
|
||||||
"description": "Enables pinning of nav items",
|
|
||||||
"stage": "experimental",
|
|
||||||
"codeowner": "@grafana/grafana-frontend-platform"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"metadata": {
|
|
||||||
"name": "authZGRPCServer",
|
|
||||||
"resourceVersion": "1718093439898",
|
|
||||||
"creationTimestamp": "2024-06-11T08:10:39Z"
|
|
||||||
},
|
|
||||||
"spec": {
|
|
||||||
"description": "Enables the gRPC server for authorization",
|
|
||||||
"stage": "experimental",
|
|
||||||
"codeowner": "@grafana/identity-access-team",
|
|
||||||
"hideFromAdminPage": true,
|
|
||||||
"hideFromDocs": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user