The constructor.
the metric data.
Protected
metricThe metric data.
Gets the metric values between the provided bounds (non-inclusive).
the metric values between the provided bounds (non-inclusive).
the lower bound.
the upper bound.
Gets the metric values that match the provided expression.
the metric values that match the provided expression.
expression to match the values to.
Gets the metric values equal to the provided value.
the metric values equal to the provided value.
the limit.
Gets the metric values greater than the provided limit.
the metric values greater than the provided limit.
the limit.
Gets the metric values greater than or equal to the provided limit.
the metric values greater than or equal to the provided limit.
the limit.
Returns the highest value of the metric. In case of a tie, the first value found is returned.
the highest value of the metric.
Gets the metric values smaller than the provided limit.
the metric values smaller than the provided limit.
the limit.
Gets the metric values smaller than or equal to the provided limit.
the metric values smaller than or equal to the provided limit.
the limit.
Returns the lowest value of the metric. In case of a tie, the first value found is returned.
the lowest value of the metric.
Gets the metric data.
the metric data.
Gets the metric values.
the metric values.
Generated using TypeDoc
Class to represent a simple metric.
Author
Tiago Grosso tiagogrosso99@gmail.com
Since
0.1.0