Dashboards: Promote export dashboard as image feature to GA (#113192)
This commit is contained in:
@@ -78,6 +78,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
|
||||
| `alertingImportYAMLUI` | Enables a UI feature for importing rules from a Prometheus file to Grafana-managed rules | Yes |
|
||||
| `unifiedNavbars` | Enables unified navbars | |
|
||||
| `grafanaAssistantInProfilesDrilldown` | Enables integration with Grafana Assistant in Profiles Drilldown | Yes |
|
||||
| `sharingDashboardImage` | Enables image sharing functionality for dashboards | Yes |
|
||||
| `tabularNumbers` | Use fixed-width numbers globally in the UI | |
|
||||
| `dashboardDsAdHocFiltering` | Enables adhoc filtering support for the dashboard datasource | Yes |
|
||||
| `adhocFiltersInTooltips` | Enable adhoc filter buttons in visualization tooltips | Yes |
|
||||
|
||||
@@ -1077,6 +1077,7 @@ export interface FeatureToggles {
|
||||
alertingImportAlertmanagerUI?: boolean;
|
||||
/**
|
||||
* Enables image sharing functionality for dashboards
|
||||
* @default true
|
||||
*/
|
||||
sharingDashboardImage?: boolean;
|
||||
/**
|
||||
|
||||
@@ -1867,10 +1867,10 @@ var (
|
||||
{
|
||||
Name: "sharingDashboardImage",
|
||||
Description: "Enables image sharing functionality for dashboards",
|
||||
Stage: FeatureStageExperimental,
|
||||
Stage: FeatureStageGeneralAvailability,
|
||||
Owner: grafanaSharingSquad,
|
||||
HideFromDocs: true,
|
||||
FrontendOnly: true,
|
||||
Expression: "true",
|
||||
},
|
||||
{
|
||||
Name: "preferLibraryPanelTitle",
|
||||
|
||||
@@ -241,7 +241,7 @@ alertEnrichmentMultiStep,experimental,@grafana/alerting-squad,false,false,false
|
||||
alertEnrichmentConditional,experimental,@grafana/alerting-squad,false,false,false
|
||||
alertingImportAlertmanagerAPI,experimental,@grafana/alerting-squad,false,false,false
|
||||
alertingImportAlertmanagerUI,experimental,@grafana/alerting-squad,false,false,false
|
||||
sharingDashboardImage,experimental,@grafana/sharing-squad,false,false,true
|
||||
sharingDashboardImage,GA,@grafana/sharing-squad,false,false,true
|
||||
preferLibraryPanelTitle,privatePreview,@grafana/dashboards-squad,false,false,false
|
||||
tabularNumbers,GA,@grafana/grafana-frontend-platform,false,false,false
|
||||
newInfluxDSConfigPageDesign,privatePreview,@grafana/partner-datasources,false,false,false
|
||||
|
||||
|
@@ -3611,15 +3611,18 @@
|
||||
{
|
||||
"metadata": {
|
||||
"name": "sharingDashboardImage",
|
||||
"resourceVersion": "1753448760331",
|
||||
"creationTimestamp": "2025-07-15T21:07:39Z"
|
||||
"resourceVersion": "1761782859498",
|
||||
"creationTimestamp": "2025-07-15T21:07:39Z",
|
||||
"annotations": {
|
||||
"grafana.app/updatedTimestamp": "2025-10-30 00:07:39.498343 +0000 UTC"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables image sharing functionality for dashboards",
|
||||
"stage": "experimental",
|
||||
"stage": "GA",
|
||||
"codeowner": "@grafana/sharing-squad",
|
||||
"frontend": true,
|
||||
"hideFromDocs": true
|
||||
"expression": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user