FeatureToggle: Update newPDFRendering to public preview (#84883)

FeatureToggle: update newPDFRendering to public preview
This commit is contained in:
Agnès Toulet
2024-03-22 09:50:53 +01:00
committed by GitHub
parent b20da139ad
commit 4f8b14ebf4
5 changed files with 12 additions and 9 deletions

View File

@@ -96,6 +96,7 @@ Some features are enabled by default. You can disable these feature by setting t
| `alertingSimplifiedRouting` | Enables users to easily configure alert notifications by specifying a contact point directly when editing or creating an alert rule |
| `regressionTransformation` | Enables regression analysis transformation |
| `groupToNestedTableTransformation` | Enables the group to nested table transformation |
| `newPDFRendering` | New implementation for the dashboard-to-PDF rendering |
## Experimental feature toggles
@@ -169,7 +170,6 @@ Experimental features might be changed or removed without prior notice.
| `promQLScope` | In-development feature that will allow injection of labels into prometheus queries. |
| `sqlExpressions` | Enables using SQL and DuckDB functions as Expressions. |
| `nodeGraphDotLayout` | Changed the layout algorithm for the node graph |
| `newPDFRendering` | New implementation for the dashboard to PDF rendering |
| `kubernetesAggregator` | Enable grafana aggregator |
| `expressionParser` | Enable new expression parser |