The constructor.
the metric data.
Private
endThe end time.
Protected
metricThe metric data.
Private
valueThe value.
Gets the entries that match the provided expression.
the entries that match the provided expression.
expression to match the values to.
Gets the entries of the values that are greater than the provided limit.
the entries of the values that are greater than the provided limit.
the limit.
Gets the entries of the values that are greater than or equal to the provided limit.
the entries of the values that are greater than or equal to the provided limit.
the limit.
Gets the entries of the provided keys.
the entries of the provided keys.
Rest
...keys: string[]Gets the entries of the values that are equal than the provided limit.
the entries of the values that are equal than the provided limit.
the limit.
Gets the entries of the values that are greater than or equal to the provided limit.
the entries of the values that are greater than or equal to the provided limit.
the limit.
Gets the keys that match the provided expression.
the keys that match the provided expression.
expression to match the values to.
Gets the metric data.
the metric data.
Gets the metric values.
the metric values.
Gets the value of the metric.
the value of the metric.
Generated using TypeDoc
Class to represent a complex metric.
As a metric class, it expects to receive an array of values. However, for complex metrics that array has a single element. This class assumes that to always be true to simplify the access the values.
Author
Tiago Grosso tiagogrosso99@gmail.com
Since
0.1.0