mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
SearchV2: add more tracing spans (#55488)
* add additional spans to searchv2 * add initial setup span * add dashboardCount attribute to readDashboard span * add dashboard count to init org index span * fix merge Co-authored-by: Todd Treece <todd.treece@grafana.com>
This commit is contained in:
@@ -81,7 +81,7 @@ func ProvideService(cfg *setting.Cfg, sql *sqlstore.SQLStore, entityEventStore s
|
||||
ac: ac,
|
||||
},
|
||||
dashboardIndex: newSearchIndex(
|
||||
newSQLDashboardLoader(sql, cfg.Search),
|
||||
newSQLDashboardLoader(sql, tracer, cfg.Search),
|
||||
entityEventStore,
|
||||
extender.GetDocumentExtender(),
|
||||
newFolderIDLookup(sql),
|
||||
|
||||
Reference in New Issue
Block a user