Constant CICD_PIPELINE_RUN_DURATION
pub const CICD_PIPELINE_RUN_DURATION: &'static str;
Expand description
§Description
Duration of a pipeline run grouped by pipeline, state and result
§Metadata
Instrument: | histogram |
Unit: | s |
Status: | Development |
§Attributes
Name | Requirement |
---|---|
crate::attribute::CICD_PIPELINE_NAME | Required |
crate::attribute::CICD_PIPELINE_RESULT | Conditionally_required : If and only if the pipeline run result has been set during that state. |
crate::attribute::CICD_PIPELINE_RUN_STATE | Required |
crate::attribute::ERROR_TYPE | Conditionally_required : If and only if the pipeline run failed. |