SearchV2: add tracing to background jobs (#55250)
* searchv2: add tracing to background jobs * searchv2: lint * searchv2: lint * searchv2: fix context passing * searchv2: add init org index span * searchv2: add traceid to logs * searchv2: add db count to logs
This commit is contained in:
@@ -103,7 +103,7 @@ func TestIntegrationPluginManager_Run(t *testing.T) {
|
||||
pg := postgres.ProvideService(cfg)
|
||||
my := mysql.ProvideService(cfg, hcp)
|
||||
ms := mssql.ProvideService(cfg)
|
||||
sv2 := searchV2.ProvideService(cfg, sqlstore.InitTestDB(t), nil, nil, nil)
|
||||
sv2 := searchV2.ProvideService(cfg, sqlstore.InitTestDB(t), nil, nil, tracing.InitializeTracerForTest(), featuremgmt.WithFeatures(), nil)
|
||||
graf := grafanads.ProvideService(cfg, sv2, nil)
|
||||
|
||||
coreRegistry := coreplugin.ProvideCoreRegistry(am, cw, cm, es, grap, idb, lk, otsdb, pr, tmpo, td, pg, my, ms, graf)
|
||||
|
||||
Reference in New Issue
Block a user