Skip to main content

MetricValue

The MetricValue represents the actual value of a Metric.
It is defined as a readonly struct.

note

When a metric's value is updated, it must conform to the type restrictions imposed by the MetricValueType of the metric's corresponding MetricType.

For metric types with a defined base unit, the value must be provided in that base unit to ensure accurate unit conversions.

Properties

PropertyTypeDescription
IdstringThe ID of the Metric.
TimestampDateTimeThe date and time the value was recorded or measured, in UTC.
Valueobject?The actual recorded value.