public interface DynamicMetricsProvider
provideDynamicMetrics(MetricTaggerSupplier, MetricsExtractor)
method is called in every metric collection cycle. For more on dynamic
metrics, please see the documentation of MetricsRegistry.
Registering instances of this interface should be done by calling
MetricsRegistry.registerDynamicMetricsProvider(DynamicMetricsProvider)| Modifier and Type | Method and Description |
|---|---|
void |
provideDynamicMetrics(MetricTaggerSupplier taggerSupplier,
MetricsExtractor extractor)
Metrics collection callback that is called in every metric collection
cycle.
|
void provideDynamicMetrics(MetricTaggerSupplier taggerSupplier, MetricsExtractor extractor)
MetricsExtractor passed in argument.extractor - The consumer of the collected metricsCopyright © 2019 Hazelcast, Inc.. All rights reserved.