mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
FeatureToggle: Update newPDFRendering to public preview (#84883)
FeatureToggle: update newPDFRendering to public preview
This commit is contained in:
parent
b20da139ad
commit
4f8b14ebf4
@ -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 |
|
| `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 |
|
| `regressionTransformation` | Enables regression analysis transformation |
|
||||||
| `groupToNestedTableTransformation` | Enables the group to nested table transformation |
|
| `groupToNestedTableTransformation` | Enables the group to nested table transformation |
|
||||||
|
| `newPDFRendering` | New implementation for the dashboard-to-PDF rendering |
|
||||||
|
|
||||||
## Experimental feature toggles
|
## 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. |
|
| `promQLScope` | In-development feature that will allow injection of labels into prometheus queries. |
|
||||||
| `sqlExpressions` | Enables using SQL and DuckDB functions as Expressions. |
|
| `sqlExpressions` | Enables using SQL and DuckDB functions as Expressions. |
|
||||||
| `nodeGraphDotLayout` | Changed the layout algorithm for the node graph |
|
| `nodeGraphDotLayout` | Changed the layout algorithm for the node graph |
|
||||||
| `newPDFRendering` | New implementation for the dashboard to PDF rendering |
|
|
||||||
| `kubernetesAggregator` | Enable grafana aggregator |
|
| `kubernetesAggregator` | Enable grafana aggregator |
|
||||||
| `expressionParser` | Enable new expression parser |
|
| `expressionParser` | Enable new expression parser |
|
||||||
|
|
||||||
|
@ -1109,8 +1109,8 @@ var (
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "newPDFRendering",
|
Name: "newPDFRendering",
|
||||||
Description: "New implementation for the dashboard to PDF rendering",
|
Description: "New implementation for the dashboard-to-PDF rendering",
|
||||||
Stage: FeatureStageExperimental,
|
Stage: FeatureStagePublicPreview,
|
||||||
Owner: grafanaSharingSquad,
|
Owner: grafanaSharingSquad,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -148,7 +148,7 @@ promQLScope,experimental,@grafana/observability-metrics,false,false,false
|
|||||||
sqlExpressions,experimental,@grafana/grafana-app-platform-squad,false,false,false
|
sqlExpressions,experimental,@grafana/grafana-app-platform-squad,false,false,false
|
||||||
nodeGraphDotLayout,experimental,@grafana/observability-traces-and-profiling,false,false,true
|
nodeGraphDotLayout,experimental,@grafana/observability-traces-and-profiling,false,false,true
|
||||||
groupToNestedTableTransformation,preview,@grafana/dataviz-squad,false,false,true
|
groupToNestedTableTransformation,preview,@grafana/dataviz-squad,false,false,true
|
||||||
newPDFRendering,experimental,@grafana/sharing-squad,false,false,false
|
newPDFRendering,preview,@grafana/sharing-squad,false,false,false
|
||||||
kubernetesAggregator,experimental,@grafana/grafana-app-platform-squad,false,true,false
|
kubernetesAggregator,experimental,@grafana/grafana-app-platform-squad,false,true,false
|
||||||
expressionParser,experimental,@grafana/grafana-app-platform-squad,false,true,false
|
expressionParser,experimental,@grafana/grafana-app-platform-squad,false,true,false
|
||||||
groupByVariable,experimental,@grafana/dashboards-squad,false,false,false
|
groupByVariable,experimental,@grafana/dashboards-squad,false,false,false
|
||||||
|
|
@ -604,7 +604,7 @@ const (
|
|||||||
FlagGroupToNestedTableTransformation = "groupToNestedTableTransformation"
|
FlagGroupToNestedTableTransformation = "groupToNestedTableTransformation"
|
||||||
|
|
||||||
// FlagNewPDFRendering
|
// FlagNewPDFRendering
|
||||||
// New implementation for the dashboard to PDF rendering
|
// New implementation for the dashboard-to-PDF rendering
|
||||||
FlagNewPDFRendering = "newPDFRendering"
|
FlagNewPDFRendering = "newPDFRendering"
|
||||||
|
|
||||||
// FlagKubernetesAggregator
|
// FlagKubernetesAggregator
|
||||||
|
@ -1605,12 +1605,15 @@
|
|||||||
{
|
{
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "newPDFRendering",
|
"name": "newPDFRendering",
|
||||||
"resourceVersion": "1709648236447",
|
"resourceVersion": "1711016567239",
|
||||||
"creationTimestamp": "2024-03-05T14:17:16Z"
|
"creationTimestamp": "2024-03-05T14:17:16Z",
|
||||||
|
"annotations": {
|
||||||
|
"grafana.app/updatedTimestamp": "2024-03-21 10:22:47.2392058 +0000 UTC"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"spec": {
|
"spec": {
|
||||||
"description": "New implementation for the dashboard to PDF rendering",
|
"description": "New implementation for the dashboard-to-PDF rendering",
|
||||||
"stage": "experimental",
|
"stage": "preview",
|
||||||
"codeowner": "@grafana/sharing-squad"
|
"codeowner": "@grafana/sharing-squad"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user