MetricCollector.values
T[] values(Duration window)Gets all values within a time window.
Parameters
window | The duration to look back from now. |
Returns
An array of values within the window.
T[] values(Duration window)Gets all values within a time window.
window | The duration to look back from now. |