mirror of
https://github.com/grafana/grafana.git
synced 2026-08-08 20:28:14 -05:00
CloudWatch: Pass feature toggles to backend (#48547)
This commit is contained in:
@@ -73,7 +73,7 @@ func TestPluginManager_int_init(t *testing.T) {
|
||||
|
||||
hcp := httpclient.NewProvider()
|
||||
am := azuremonitor.ProvideService(cfg, hcp, tracer)
|
||||
cw := cloudwatch.ProvideService(cfg, hcp)
|
||||
cw := cloudwatch.ProvideService(cfg, hcp, features)
|
||||
cm := cloudmonitoring.ProvideService(hcp, tracer)
|
||||
es := elasticsearch.ProvideService(hcp)
|
||||
grap := graphite.ProvideService(hcp, tracer)
|
||||
|
||||
Reference in New Issue
Block a user