Skip to content

Fix queued time observation #225

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

Merged
merged 2 commits into from
Oct 9, 2024
Merged

Fix queued time observation #225

merged 2 commits into from
Oct 9, 2024

Conversation

kirschem-fernride
Copy link
Contributor

I believe the metric is a bit skewed right now. We observe the queued time n times per job, where n == amount of steps.
This puts more weight on jobs with many steps.

This PR changes it, such that we only observe once per job.

Signed-off-by: Marcel Kirsche <[email protected]>
@cpanato
Copy link
Owner

cpanato commented Oct 8, 2024

thanks for the PR, nice!
can you please check the lint issues?

@cpanato
Copy link
Owner

cpanato commented Oct 8, 2024

need to sign the dco :)

Signed-off-by: Marcel Kirsche <[email protected]>
@kirschem-fernride
Copy link
Contributor Author

@cpanato My bad, signed it now :)

Copy link
Owner

@cpanato cpanato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

@cpanato cpanato merged commit 780efa3 into cpanato:main Oct 9, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants