OBJECT
DhrcCollectedMetric
Description
The metric message represents a metric as collected from the system.
link GraphQL Schema definition
- type DhrcCollectedMetric {
- # The time that the metric was collected from the system.
- : DateTime
- # The maximum value of the metric.
- : Float!
- # The metric identity.
- : DhrcMetric!
- # The value of the metric.
- : Float!
- }