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

chore: log stats structure alongside totals #720

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

lzap
Copy link
Member

@lzap lzap commented Oct 16, 2023

Something does not work right, the numbers in the logs and prometheus/graphana do not match. This should show more insights.

@ezr-ondrej ezr-ondrej merged commit 18f61cd into RHEnVision:main Oct 16, 2023
6 checks passed
@ezr-ondrej
Copy link
Member

sure 👍 Thanks

@lzap lzap deleted the log-stats branch October 16, 2023 08:40
for _, s := range stats.Usage24h {
if s.Result == "success" {
success += 1
}
if s.Result == "failure" {
failure += 1
}
if s.Result == "pending" {
pending += 1
Copy link
Member

Choose a reason for hiding this comment

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

Should this be pending += s.Count ?

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.

2 participants