mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dashboards: Add new toggle for dashboard changes out of dashgpt toggle (#83897)
This commit is contained in:
@@ -691,6 +691,13 @@ var (
|
||||
FrontendOnly: true,
|
||||
Owner: grafanaDashboardsSquad,
|
||||
},
|
||||
{
|
||||
Name: "aiGeneratedDashboardChanges",
|
||||
Description: "Enable AI powered features for dashboards to auto-summary changes when saving",
|
||||
Stage: FeatureStageExperimental,
|
||||
FrontendOnly: true,
|
||||
Owner: grafanaDashboardsSquad,
|
||||
},
|
||||
{
|
||||
Name: "reportingRetries",
|
||||
Description: "Enables rendering retries for the reporting feature",
|
||||
|
||||
@@ -91,6 +91,7 @@ influxdbSqlSupport,GA,@grafana/observability-metrics,false,true,false
|
||||
alertingNoDataErrorExecution,GA,@grafana/alerting-squad,false,true,false
|
||||
angularDeprecationUI,GA,@grafana/plugins-platform-backend,false,false,true
|
||||
dashgpt,preview,@grafana/dashboards-squad,false,false,true
|
||||
aiGeneratedDashboardChanges,experimental,@grafana/dashboards-squad,false,false,true
|
||||
reportingRetries,preview,@grafana/sharing-squad,false,true,false
|
||||
sseGroupByDatasource,experimental,@grafana/observability-metrics,false,false,false
|
||||
libraryPanelRBAC,experimental,@grafana/dashboards-squad,false,true,false
|
||||
|
||||
|
@@ -375,6 +375,10 @@ const (
|
||||
// Enable AI powered features in dashboards
|
||||
FlagDashgpt = "dashgpt"
|
||||
|
||||
// FlagAiGeneratedDashboardChanges
|
||||
// Enable AI powered features for dashboards to auto-summary changes when saving
|
||||
FlagAiGeneratedDashboardChanges = "aiGeneratedDashboardChanges"
|
||||
|
||||
// FlagReportingRetries
|
||||
// Enables rendering retries for the reporting feature
|
||||
FlagReportingRetries = "reportingRetries"
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
"name": "pluginsInstrumentationStatusSource",
|
||||
"resourceVersion": "1708108588074",
|
||||
"creationTimestamp": "2024-02-16T18:36:28Z",
|
||||
"deletionTimestamp": "2024-02-29T08:27:47Z"
|
||||
"deletionTimestamp": "2024-03-05T11:44:12Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Include a status source label for plugin request metrics and logs",
|
||||
@@ -514,7 +514,7 @@
|
||||
"name": "displayAnonymousStats",
|
||||
"resourceVersion": "1708108588074",
|
||||
"creationTimestamp": "2024-02-16T18:36:28Z",
|
||||
"deletionTimestamp": "2024-02-29T08:27:47Z"
|
||||
"deletionTimestamp": "2024-03-05T11:44:12Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables anonymous stats to be shown in the UI for Grafana",
|
||||
@@ -1390,7 +1390,7 @@
|
||||
"name": "traceToMetrics",
|
||||
"resourceVersion": "1708108588074",
|
||||
"creationTimestamp": "2024-02-16T18:36:28Z",
|
||||
"deletionTimestamp": "2024-02-29T08:27:47Z"
|
||||
"deletionTimestamp": "2024-03-05T11:44:12Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enable trace to metrics links",
|
||||
@@ -1519,7 +1519,7 @@
|
||||
"name": "splitScopes",
|
||||
"resourceVersion": "1708108588074",
|
||||
"creationTimestamp": "2024-02-16T18:36:28Z",
|
||||
"deletionTimestamp": "2024-02-29T08:27:47Z"
|
||||
"deletionTimestamp": "2024-03-05T11:44:12Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Support faster dashboard and folder search by splitting permission scopes into parts",
|
||||
@@ -1560,7 +1560,7 @@
|
||||
"name": "externalServiceAuth",
|
||||
"resourceVersion": "1708108588074",
|
||||
"creationTimestamp": "2024-02-16T18:36:28Z",
|
||||
"deletionTimestamp": "2024-02-29T08:27:47Z"
|
||||
"deletionTimestamp": "2024-03-05T11:44:12Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Starts an OAuth2 authentication provider for external services",
|
||||
@@ -2136,6 +2136,19 @@
|
||||
"stage": "experimental",
|
||||
"codeowner": "@grafana/grafana-app-platform-squad"
|
||||
}
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"name": "aiGeneratedDashboardChanges",
|
||||
"resourceVersion": "1709639042582",
|
||||
"creationTimestamp": "2024-03-05T11:44:02Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enable AI powered features for dashboards to auto-summary changes when saving",
|
||||
"stage": "experimental",
|
||||
"codeowner": "@grafana/dashboards-squad",
|
||||
"frontend": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user