mirror of
https://github.com/grafana/grafana.git
synced 2025-09-26 22:54:32 +08:00
Prometheus: (Chore) Switch to sdk tracing from infra tracing (#76975)
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user