Constant CICD_PIPELINE_RUN_ERRORS

pub const CICD_PIPELINE_RUN_ERRORS: &'static str;
Expand description

§Description

The number of errors encountered in pipeline runs (eg. compile, test failures).

§Notes

There might be errors in a pipeline run that are non fatal (eg. they are suppressed) or in a parallel stage multiple stages could have a fatal error. This means that this error count might not be the same as the count of metric cicd.pipeline.run.duration with run result failure

§Metadata

Instrument:counter
Unit:{error}
Status:Development

§Attributes