Add logs and tracer span for logsoracle (#392)

This commit is contained in:
Nikolay G
2024-01-12 15:53:53 +00:00
committed by GitHub
parent 5511953f8a
commit cf43f4128c
8 changed files with 33 additions and 17 deletions

View File

@@ -181,6 +181,7 @@ class ReloadConfigTest {
cs.subscriptionBuilder(Schedulers.boundedElastic()),
null,
Schedulers.fromExecutor(Executors.newFixedThreadPool(6)),
mock<Tracer>(),
)
}