Reporting: Add feature toggle to retry failed rendering requests (#73739)
* add reportingRetries feature toggle * update doc * generate flags files * fix after merge * Update docs/sources/setup-grafana/configure-grafana/enterprise-configuration/index.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> * update doc and codeowner * update doc --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
This commit is contained in:
co-authored by
Christopher Moyer
parent
dcf06658eb
commit
f919c55bbb
@@ -722,5 +722,13 @@ var (
|
||||
FrontendOnly: true,
|
||||
Owner: grafanaDashboardsSquad,
|
||||
},
|
||||
{
|
||||
Name: "reportingRetries",
|
||||
Description: "Enables rendering retries for the reporting feature",
|
||||
Stage: FeatureStagePublicPreview,
|
||||
FrontendOnly: false,
|
||||
Owner: grafanaSharingSquad,
|
||||
RequiresRestart: true,
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
@@ -103,3 +103,4 @@ noBasicRole,experimental,@grafana/grafana-authnz-team,false,false,true,true
|
||||
alertingNoDataErrorExecution,privatePreview,@grafana/alerting-squad,false,false,true,false
|
||||
angularDeprecationUI,experimental,@grafana/plugins-platform-backend,false,false,false,true
|
||||
dashgpt,experimental,@grafana/dashboards-squad,false,false,false,true
|
||||
reportingRetries,preview,@grafana/sharing-squad,false,false,true,false
|
||||
|
||||
|
@@ -422,4 +422,8 @@ const (
|
||||
// FlagDashgpt
|
||||
// Enable AI powered features in dashboards
|
||||
FlagDashgpt = "dashgpt"
|
||||
|
||||
// FlagReportingRetries
|
||||
// Enables rendering retries for the reporting feature
|
||||
FlagReportingRetries = "reportingRetries"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user