mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 19:14:19 +08:00
Azure: AzureMonitorMetrics - change response to be dataplane compliant (#69308)
* Azure: AzureMonitorMetrics - change response to be dataplane compliant can be disabled via toggle azureMonitorDataplane Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
This commit is contained in:
@ -93,7 +93,7 @@ func TestIntegrationPluginManager(t *testing.T) {
|
||||
features := featuremgmt.WithFeatures()
|
||||
|
||||
hcp := httpclient.NewProvider()
|
||||
am := azuremonitor.ProvideService(cfg, hcp, tracer)
|
||||
am := azuremonitor.ProvideService(cfg, hcp, features, tracer)
|
||||
cw := cloudwatch.ProvideService(cfg, hcp, features)
|
||||
cm := cloudmonitoring.ProvideService(hcp, tracer)
|
||||
es := elasticsearch.ProvideService(hcp)
|
||||
|
Reference in New Issue
Block a user