public interface MetricFetcher
Metrics will only be fetched when update() is called, provided that a
sufficient time since the last call has passed.
| Modifier and Type | Method and Description |
|---|---|
long |
getLastUpdateTime() |
MetricStore |
getMetricStore()
Get
MetricStore which contains all currently fetched metrics. |
void |
update()
Trigger fetching of metrics.
|
MetricStore getMetricStore()
MetricStore which contains all currently fetched metrics.MetricStore with all fetched metricsvoid update()
long getLastUpdateTime()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.