Share via


MetricValueOutput interface

Represents a metric value.

Properties

timestamp

The timestamp for the metric value in ISO 8601 format.

value

The 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