pub const CICD_SYSTEM_ERRORS: &str = "cicd.system.errors";Expand description
§Description
The number of errors in a component of the CICD system (eg. controller, scheduler, agent).
§Notes
Errors in pipeline run execution are explicitly excluded. Ie a test failure is not counted in this metric
§Metadata
| Instrument: | counter |
| Unit: | {error} |
| Status: | Development |
§Attributes
| Name | Requirement |
|---|---|
crate::attribute::CICD_SYSTEM_COMPONENT | Required |
crate::attribute::ERROR_TYPE | Required |