Elasticsearch: Decouple backend from infra/tracing (#90528)

This commit is contained in:
Nathan Vērzemnieks
2024-07-19 09:26:10 +02:00
committed by GitHub
parent 9caa8151d8
commit f8c43d0bf3
14 changed files with 43 additions and 42 deletions
@@ -78,7 +78,7 @@ func TestIntegrationPluginManager(t *testing.T) {
am := azuremonitor.ProvideService(hcp)
cw := cloudwatch.ProvideService(hcp)
cm := cloudmonitoring.ProvideService(hcp)
es := elasticsearch.ProvideService(hcp, tracer)
es := elasticsearch.ProvideService(hcp)
grap := graphite.ProvideService(hcp, tracer)
idb := influxdb.ProvideService(hcp, features)
lk := loki.ProvideService(hcp, features, tracer)