Chore: Add more metrics to annotation service to see its usage (#112651)
This commit is contained in:
@@ -15,7 +15,7 @@ type CleanupServiceImpl struct {
|
||||
|
||||
func ProvideCleanupService(db db.DB, cfg *setting.Cfg) *CleanupServiceImpl {
|
||||
return &CleanupServiceImpl{
|
||||
store: NewXormStore(cfg, log.New("annotations"), db, nil),
|
||||
store: NewXormStore(cfg, log.New("annotations"), db, nil, nil),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user