mirror of
https://github.com/grafana/grafana.git
synced 2026-08-18 17:15:08 -05:00
Alerting: Better metrics and renamed BrowserScreenshotService (#51564)
This commit is contained in:
@@ -65,8 +65,8 @@ func NewScreenshotImageServiceFromCfg(cfg *setting.Cfg, metrics prometheus.Regis
|
||||
}, nil
|
||||
}
|
||||
|
||||
s := screenshot.NewBrowserScreenshotService(ds, rs)
|
||||
// Image uploading is an optional feature of screenshots
|
||||
s := screenshot.NewRemoteRenderScreenshotService(ds, rs)
|
||||
if cfg.UnifiedAlerting.Screenshots.UploadExternalImageStorage {
|
||||
u, err := imguploader.NewImageUploader()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user