mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06: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