rama::telemetry::opentelemetry::semantic_conventions::metric

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

NameRequirement
crate::attribute::CICD_PIPELINE_NAMERequired
crate::attribute::CICD_PIPELINE_RESULTConditionally_required: If and only if the pipeline run result has been set during that state.
crate::attribute::CICD_PIPELINE_RUN_STATERequired
crate::attribute::ERROR_TYPEConditionally_required: If and only if the pipeline run failed.