public interface MetricProvider
Instances of this class can be registered using the Register
annotation which then
can provide metrics for various areas of the system.
Modifier and Type | Method and Description |
---|---|
void |
gather(MetricsCollector collector)
Invoked roughly every minute to collect all available metrics.
|
void gather(MetricsCollector collector)
collector
- the interface used to provide metricsCopyright © 2018. All rights reserved.