Mediates the collection of metrics by managing a set of plugins.
The MetricsMediator class implements the Capture interface and allows
for the registration of multiple metric plugins. When the capture method
is called, it delegates the capture operation to all registered plugins.
Mediates the collection of metrics by managing a set of plugins.
The
MetricsMediator
class implements theCapture
interface and allows for the registration of multiple metric plugins. When thecapture
method is called, it delegates the capture operation to all registered plugins.Example
Implements