MetricValueOutput interface
Represents a metric value.
Property Details
timestamp
The timestamp for the metric value in ISO 8601 format.
timestamp?: string
Property Value
string
value
The metric value.
value?: number
Property Value
number