Prometheus: (Chore) Switch to sdk tracing from infra tracing (#76975)

This commit is contained in:
Kyle Brandt
2023-10-23 13:11:12 -04:00
committed by GitHub
parent 961ed14084
commit 59ef1558e8
8 changed files with 16 additions and 21 deletions

View File

@ -87,7 +87,7 @@ func TestIntegrationPluginManager(t *testing.T) {
idb := influxdb.ProvideService(hcp)
lk := loki.ProvideService(hcp, features, tracer)
otsdb := opentsdb.ProvideService(hcp)
pr := prometheus.ProvideService(hcp, cfg, features, tracer)
pr := prometheus.ProvideService(hcp, cfg, features)
tmpo := tempo.ProvideService(hcp)
td := testdatasource.ProvideService()
pg := postgres.ProvideService(cfg)