mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
UsageInsights: Disable frontend features when backend is disabled (#77772)
* UsageInsights: Disable frontend features when backend is disabled * Disable DS insights * Update doc * fix linter issue * Update docs/sources/setup-grafana/configure-grafana/_index.md Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> --------- Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
This commit is contained in:
@@ -223,6 +223,9 @@ func (hs *HTTPServer) getFrontendSettings(c *contextmodel.ReqContext) (*dtos.Fro
|
||||
Reporting: dtos.FrontendSettingsReportingDTO{
|
||||
Enabled: hs.Cfg.SectionWithEnvOverrides("reporting").Key("enabled").MustBool(true),
|
||||
},
|
||||
Analytics: dtos.FrontendSettingsAnalyticsDTO{
|
||||
Enabled: hs.Cfg.SectionWithEnvOverrides("analytics").Key("enabled").MustBool(true),
|
||||
},
|
||||
|
||||
UnifiedAlerting: dtos.FrontendSettingsUnifiedAlertingDTO{
|
||||
MinInterval: hs.Cfg.UnifiedAlerting.MinInterval.String(),
|
||||
|
||||
Reference in New Issue
Block a user