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:
Kyle Brandt
2023-07-24 09:50:49 -04:00
committed by GitHub
parent c280f884f0
commit ee60d8c82d
26 changed files with 515 additions and 30 deletions

View File

@ -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)