MetricCollector.min
T min(Duration window)Gets the minimum value within a time window.
Parameters
window | The duration to look back from now. |
Returns
The minimum value in the window.
Throws
Exception if no data is in the window.
T min(Duration window)Gets the minimum value within a time window.
window | The duration to look back from now. |