Transformations: Move transformation variables to public preview (#78148)
move transformation variables to public preview
This commit is contained in:
@@ -75,6 +75,7 @@ Some features are enabled by default. You can disable these feature by setting t
|
|||||||
| `dashgpt` | Enable AI powered features in dashboards |
|
| `dashgpt` | Enable AI powered features in dashboards |
|
||||||
| `reportingRetries` | Enables rendering retries for the reporting feature |
|
| `reportingRetries` | Enables rendering retries for the reporting feature |
|
||||||
| `alertingContactPointsV2` | Show the new contacpoints list view |
|
| `alertingContactPointsV2` | Show the new contacpoints list view |
|
||||||
|
| `transformationsVariableSupport` | Allows using variables in transformations |
|
||||||
| `cloudWatchBatchQueries` | Runs CloudWatch metrics queries as separate batches |
|
| `cloudWatchBatchQueries` | Runs CloudWatch metrics queries as separate batches |
|
||||||
|
|
||||||
## Experimental feature toggles
|
## Experimental feature toggles
|
||||||
@@ -141,7 +142,6 @@ Experimental features might be changed or removed without prior notice.
|
|||||||
| `panelMonitoring` | Enables panel monitoring through logs and measurements |
|
| `panelMonitoring` | Enables panel monitoring through logs and measurements |
|
||||||
| `enableNativeHTTPHistogram` | Enables native HTTP Histograms |
|
| `enableNativeHTTPHistogram` | Enables native HTTP Histograms |
|
||||||
| `formatString` | Enable format string transformer |
|
| `formatString` | Enable format string transformer |
|
||||||
| `transformationsVariableSupport` | Allows using variables in transformations |
|
|
||||||
| `kubernetesPlaylists` | Use the kubernetes API in the frontend for playlists, and route /api/playlist requests to k8s |
|
| `kubernetesPlaylists` | Use the kubernetes API in the frontend for playlists, and route /api/playlist requests to k8s |
|
||||||
| `recoveryThreshold` | Enables feature recovery threshold (aka hysteresis) for threshold server-side expression |
|
| `recoveryThreshold` | Enables feature recovery threshold (aka hysteresis) for threshold server-side expression |
|
||||||
| `lokiStructuredMetadata` | Enables the loki data source to request structured metadata from the Loki server |
|
| `lokiStructuredMetadata` | Enables the loki data source to request structured metadata from the Loki server |
|
||||||
|
|||||||
@@ -860,7 +860,7 @@ var (
|
|||||||
Name: "transformationsVariableSupport",
|
Name: "transformationsVariableSupport",
|
||||||
Description: "Allows using variables in transformations",
|
Description: "Allows using variables in transformations",
|
||||||
FrontendOnly: true,
|
FrontendOnly: true,
|
||||||
Stage: FeatureStageExperimental,
|
Stage: FeatureStagePublicPreview,
|
||||||
Owner: grafanaBiSquad,
|
Owner: grafanaBiSquad,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ externalServiceAccounts,experimental,@grafana/identity-access-team,true,false,fa
|
|||||||
panelMonitoring,experimental,@grafana/dataviz-squad,false,false,false,true
|
panelMonitoring,experimental,@grafana/dataviz-squad,false,false,false,true
|
||||||
enableNativeHTTPHistogram,experimental,@grafana/hosted-grafana-team,false,false,false,false
|
enableNativeHTTPHistogram,experimental,@grafana/hosted-grafana-team,false,false,false,false
|
||||||
formatString,experimental,@grafana/grafana-bi-squad,false,false,false,true
|
formatString,experimental,@grafana/grafana-bi-squad,false,false,false,true
|
||||||
transformationsVariableSupport,experimental,@grafana/grafana-bi-squad,false,false,false,true
|
transformationsVariableSupport,preview,@grafana/grafana-bi-squad,false,false,false,true
|
||||||
kubernetesPlaylists,experimental,@grafana/grafana-app-platform-squad,false,false,true,false
|
kubernetesPlaylists,experimental,@grafana/grafana-app-platform-squad,false,false,true,false
|
||||||
cloudWatchBatchQueries,preview,@grafana/aws-datasources,false,false,false,false
|
cloudWatchBatchQueries,preview,@grafana/aws-datasources,false,false,false,false
|
||||||
recoveryThreshold,experimental,@grafana/alerting-squad,false,false,true,false
|
recoveryThreshold,experimental,@grafana/alerting-squad,false,false,true,false
|
||||||
|
|||||||
|
Reference in New Issue
Block a user