Generates a new random uuid and sets the metric to it.
The generated value or undefined
in case this
metric shouldn't be recorded.
Sets to the specified value.
the value to set.
Test-only API
Returns the number of errors recorded for the given metric.
The type of the error recorded.
represents the name of the ping to retrieve the metric for.
Defaults to the first value in sendInPings
.
the number of errors recorded for the metric.
Test-only API.**
Gets the currently stored value as a string.
This doesn't clear the stored value.
the ping from which we want to retrieve this metrics value from.
Defaults to the first value in sendInPings
.
The value found in storage or undefined
if nothing was found.
Generated using TypeDoc
An UUID metric.
Stores UUID v4 (randomly generated) values.