gitlab-ci-pipelines-exporter icon indicating copy to clipboard operation
gitlab-ci-pipelines-exporter copied to clipboard

Added Ex metrics

Open tsvtitan opened this issue 5 years ago • 2 comments

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

tsvtitan avatar Dec 18 '20 15:12 tsvtitan

👋 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? 🤔

mvisonneau avatar Dec 23 '20 09:12 mvisonneau

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?

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

tsvtitan avatar Dec 23 '20 14:12 tsvtitan