Chore: Add more metrics to annotation service to see its usage (#112651)

This commit is contained in:
Serge Zaitsev
2025-10-23 09:48:07 +02:00
committed by GitHub
parent 2e1704b56f
commit f3eabbf588
5 changed files with 90 additions and 12 deletions
@@ -40,7 +40,7 @@ func ProvideService(
l := log.New("annotations")
l.Debug("Initializing annotations service")
xormStore := NewXormStore(cfg, log.New("annotations.sql"), db, tagService)
xormStore := NewXormStore(cfg, log.New("annotations.sql"), db, tagService, reg)
write := xormStore
var read readStore