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
MetricsMediatorclass implements theCaptureinterface and allows for the registration of multiple metric plugins. When thecapturemethod is called, it delegates the capture operation to all registered plugins.Example
Implements