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
Property | Type | Description |
---|---|---|
Id | string | The ID of the Metric. |
Timestamp | DateTime | The date and time the value was recorded or measured, in UTC. |
Value | object? | The actual recorded value. |