Added Ex metrics
Added extended metrics to cover cases where it's important to have pipeline and job IDs
- gitlab_ci_ex_pipeline_status
- gitlab_ci_ex_pipeline_duration
- gitlab_ci_ex_pipeline_job_status
- gitlab_ci_ex_pipeline_job_duration
👋 thanks for your contribution @tsvtitan!
Could you please give me more context around what you cannot do with the current implementation of gitlab_ci_pipeline_job_id and gitlab_ci_pipeline_id metrics? 🤔
thanks for your contribution @tsvtitan!
Could you please give me more context around what you cannot do with the current implementation of
gitlab_ci_pipeline_job_idandgitlab_ci_pipeline_idmetrics?
Hello Owner!
It's quite convenient to have separate metrics which are not only the recent ones (when a pipeline is scheduled several times and has many jobs with the same name). For instance, we would like to see pipeline & job ID in job status at the same time. In addition, in our work, we track job's duration.
Best regards, Sergei