Uses of Class
cloud.opencode.base.observability.SlowLogCollector
Packages that use SlowLogCollector
-
Uses of SlowLogCollector in cloud.opencode.base.observability
Methods in cloud.opencode.base.observability that return SlowLogCollectorModifier and TypeMethodDescriptionstatic SlowLogCollectorSlowLogCollector.create()Creates a collector with the default 10ms threshold and 1024 max entries.static SlowLogCollectorCreates a collector with the given threshold and the default 1024 max entries.static SlowLogCollectorCreates a collector with the given threshold and max entries.