PublicDashboards: Enable feature by default for GA and remove public preview text (#76484)

* public dashboard for GA

* files modified

* public preview removed
This commit is contained in:
Juan Cabanas
2023-10-13 16:32:49 +02:00
committed by GitHub
parent a42040a59a
commit 40b79de0cd
6 changed files with 6 additions and 11 deletions
@@ -13,12 +13,6 @@ weight: 8
# Public dashboards
{{% admonition type="note" %}}
This feature is in [public preview](/docs/release-life-cycle/).
{{% /admonition %}}
> **Warning:** Making your dashboard public could result in a large number of queries to the data sources used by your dashboard.
> This can be mitigated by utilizing the enterprise [caching][] and/or rate limiting features.
@@ -22,6 +22,7 @@ Some features are enabled by default. You can disable these feature by setting t
| Feature toggle name | Description | Enabled by default |
| ------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ |
| `disableEnvelopeEncryption` | Disable envelope encryption (emergency only) | |
| `publicDashboards` | Enables public access to dashboards | Yes |
| `featureHighlights` | Highlight Grafana Enterprise features | |
| `dataConnectionsConsole` | Enables a new top-level page called Connections. This page is an experiment that provides a better experience when you install and configure data sources and other plugins. | Yes |
| `cloudWatchCrossAccountQuerying` | Enables cross-account querying in CloudWatch datasources | Yes |
@@ -58,7 +59,6 @@ Some features are enabled by default. You can disable these feature by setting t
| -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `trimDefaults` | Use cue schema to remove values that will be applied automatically |
| `panelTitleSearch` | Search for dashboards using panel title |
| `publicDashboards` | Enables public access to dashboards |
| `migrationLocking` | Lock database during migrations |
| `correlations` | Correlations page |
| `newDBLibrary` | Use jmoiron/sqlx rather than xorm for a few backend services |