CollectorRegistry
class CollectorRegistry
A thread-safe registry for Collector instances.
The CollectorRegistry keeps track of registered collectors and provides utilities to register, unregister, clear, and list collectors.
All operations are safe to use in concurrent and coroutine-based environments.
Functions
Link copied to clipboard
Retrieves the current list of registered collectors.
Link copied to clipboard
Unregisters a Collector from the registry.