Transformations: Move transformation variables to public preview (#78148)

move transformation variables to public preview
This commit is contained in:
Oscar Kilhed
2023-11-24 13:22:54 +01:00
committed by GitHub
parent 5be99912ff
commit 7a46d6a1b3
3 changed files with 3 additions and 3 deletions

View File

@@ -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 |
| `reportingRetries` | Enables rendering retries for the reporting feature |
| `alertingContactPointsV2` | Show the new contacpoints list view |
| `transformationsVariableSupport` | Allows using variables in transformations |
| `cloudWatchBatchQueries` | Runs CloudWatch metrics queries as separate batches |
## 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 |
| `enableNativeHTTPHistogram` | Enables native HTTP Histograms |
| `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 |
| `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 |