getMetricDataPoints

fun getMetricDataPoints(currentTime: Instant, metric: Metric): List<MetricValue>

Retrieves all collected data points for a specific metric.

Return

a list of MetricValue objects collected for this metric

Parameters

metric

the Metric to get data for