chore(folders): add extended tracing to the folders service (#103007)

This commit is contained in:
Jean-Philippe Quéméner
2025-04-03 11:54:47 +02:00
committed by GitHub
parent 4fffc3adaf
commit f4ae8516bd
4 changed files with 108 additions and 6 deletions
@@ -1875,6 +1875,7 @@ func TestFolderServiceGetFolder(t *testing.T) {
accessControl: ac,
registry: make(map[string]folder.RegistryService),
metrics: newFoldersMetrics(nil),
tracer: tracing.NewNoopTracerService(),
}
}