mirror of
https://github.com/grafana/grafana.git
synced 2025-09-27 09:13:46 +08:00
Plugins: Externalize Cloud Monitoring data source (#80181)
This commit is contained in:
@ -72,7 +72,7 @@ func TestIntegrationPluginManager(t *testing.T) {
|
||||
hcp := httpclient.NewProvider()
|
||||
am := azuremonitor.ProvideService(hcp)
|
||||
cw := cloudwatch.ProvideService(cfg, hcp, features)
|
||||
cm := cloudmonitoring.ProvideService(hcp, tracer)
|
||||
cm := cloudmonitoring.ProvideService(hcp)
|
||||
es := elasticsearch.ProvideService(hcp, tracer)
|
||||
grap := graphite.ProvideService(hcp, tracer)
|
||||
idb := influxdb.ProvideService(hcp, features)
|
||||
|
Reference in New Issue
Block a user