OBJECT

NcdSlaComplianceData

Description

SlaComplianceData represents the job completion and status metrics as a data point from a timeseries perspective.

link GraphQL Schema definition

  • type NcdSlaComplianceData {
  • # The total count of successful jobs.
  • jobsPassing: Int!
  • # The total count of failing jobs.
  • jobsFailing: Int!
  • # The timestamp of the data point.
  • timestamp: DateTime
  • }

link Require by