Feature Management: Move awsDatasourcesNewFormStyling to Public Preview (#81257)

This commit is contained in:
Ida Štambuk
2024-01-30 12:25:16 +01:00
committed by GitHub
parent aaa839e120
commit 6e8495822a
3 changed files with 3 additions and 3 deletions
@@ -83,6 +83,7 @@ Some features are enabled by default. You can disable these feature by setting t
| `formatString` | Enable format string transformer |
| `transformationsVariableSupport` | Allows using variables in transformations |
| `cloudWatchBatchQueries` | Runs CloudWatch metrics queries as separate batches |
| `awsDatasourcesNewFormStyling` | Applies new form styling for configuration and query editors in AWS plugins |
| `managedPluginsInstall` | Install managed plugins directly from plugins catalog |
| `addFieldFromCalculationStatFunctions` | Add cumulative and window functions to the add field from calculation transformation |
| `pdfTables` | Enables generating table data as PDF in reporting |
@@ -154,7 +155,6 @@ Experimental features might be changed or removed without prior notice.
| `kubernetesSnapshots` | Use the kubernetes API in the frontend to support playlists |
| `lokiStructuredMetadata` | Enables the loki data source to request structured metadata from the Loki server |
| `teamHttpHeaders` | Enables datasources to apply team headers to the client requests |
| `awsDatasourcesNewFormStyling` | Applies new form styling for configuration and query editors in AWS plugins |
| `cachingOptimizeSerializationMemoryUsage` | If enabled, the caching backend gradually serializes query responses for the cache, comparing against the configured `[caching]max_value_mb` value as it goes. This can can help prevent Grafana from running out of memory while attempting to cache very large query responses. |
| `pluginsInstrumentationStatusSource` | Include a status source label for plugin request metrics and logs |
| `prometheusPromQAIL` | Prometheus and AI/ML to assist users in creating a query |