Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add duration_total metrics #968

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nickpalmer
Copy link

We would like to be able to easily see the total pipeline time and total job time for a given period of time.

Unfortunately doing:

sum(increase(gitlab_ci_pipeline_duration_seconds[$(__interval)]))

either touches too much data or runs over the maximum query time for GCP Dashboards.

By adding metrics that track the total job and pipeline times we hope to be able to do the increase query in our environment.

@nickpalmer
Copy link
Author

I need to check Gitlab behavior with respect to how it handles a retry of a job in an existing pipeline to make sure that incrementing the total is the correct behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant