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