mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dashboards: Reload the dashboard based on time range and filters changes (#94190)
This commit is contained in:
@@ -1363,8 +1363,8 @@ var (
|
||||
HideFromAdminPage: true,
|
||||
},
|
||||
{
|
||||
Name: "passScopeToDashboardApi",
|
||||
Description: "Enables the passing of scopes to dashboards fetching in Grafana",
|
||||
Name: "reloadDashboardsOnParamsChange",
|
||||
Description: "Enables reload of dashboards on scopes, time range and variables changes",
|
||||
FrontendOnly: false,
|
||||
Stage: FeatureStageExperimental,
|
||||
Owner: grafanaDashboardsSquad,
|
||||
|
||||
@@ -179,7 +179,7 @@ openSearchBackendFlowEnabled,GA,@grafana/aws-datasources,false,false,false
|
||||
ssoSettingsLDAP,preview,@grafana/identity-access-team,false,true,false
|
||||
failWrongDSUID,experimental,@grafana/plugins-platform-backend,false,false,false
|
||||
zanzana,experimental,@grafana/identity-access-team,false,false,false
|
||||
passScopeToDashboardApi,experimental,@grafana/dashboards-squad,false,false,false
|
||||
reloadDashboardsOnParamsChange,experimental,@grafana/dashboards-squad,false,false,false
|
||||
alertingApiServer,experimental,@grafana/alerting-squad,false,true,false
|
||||
cloudWatchRoundUpEndTime,GA,@grafana/aws-datasources,false,false,false
|
||||
cloudwatchMetricInsightsCrossAccount,preview,@grafana/aws-datasources,false,false,true
|
||||
|
||||
|
@@ -727,9 +727,9 @@ const (
|
||||
// Use openFGA as authorization engine.
|
||||
FlagZanzana = "zanzana"
|
||||
|
||||
// FlagPassScopeToDashboardApi
|
||||
// Enables the passing of scopes to dashboards fetching in Grafana
|
||||
FlagPassScopeToDashboardApi = "passScopeToDashboardApi"
|
||||
// FlagReloadDashboardsOnParamsChange
|
||||
// Enables reload of dashboards on scopes, time range and variables changes
|
||||
FlagReloadDashboardsOnParamsChange = "reloadDashboardsOnParamsChange"
|
||||
|
||||
// FlagAlertingApiServer
|
||||
// Register Alerting APIs with the K8s API server
|
||||
|
||||
@@ -2347,11 +2347,26 @@
|
||||
"requiresDevMode": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"name": "reloadDashboardsOnParamsChange",
|
||||
"resourceVersion": "1728903221522",
|
||||
"creationTimestamp": "2024-10-14T10:53:41Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables reload of dashboards on scopes, time range and variables changes",
|
||||
"stage": "experimental",
|
||||
"codeowner": "@grafana/dashboards-squad",
|
||||
"hideFromAdminPage": true,
|
||||
"hideFromDocs": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"name": "passScopeToDashboardApi",
|
||||
"resourceVersion": "1718290335877",
|
||||
"creationTimestamp": "2024-06-20T15:49:19Z"
|
||||
"creationTimestamp": "2024-06-20T15:49:19Z",
|
||||
"deletionTimestamp": "2024-10-14T10:53:41Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables the passing of scopes to dashboards fetching in Grafana",
|
||||
@@ -3305,4 +3320,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user