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.
  • value: Float!
  • # The maximum value of the metric.
  • maxValue: Float!
  • # The time that the metric was collected from the system.
  • collectedAt: DateTime
  • # The metric identity.
  • metric: DhrcMetric!
  • }

link Require by