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

windows_iis_worker_request_errors_total sometimes greater than windows_iis_worker_requests_total #1538

Open
EliaMaggioniSGS opened this issue Jul 25, 2024 · 1 comment
Labels

Comments

@EliaMaggioniSGS
Copy link

Hello,

I am noticing an odd behavior in some of my dashboards resulting error rates (errors over total) sometimes greater than 1.
I tracked down the issue in what I think could be a bug in those 2 counters.
You can see here in this dashboard
Screenshot 2024-07-25 100004

The green line is
windows_iis_worker_request_errors_total{instance="$instance", status_code=~"500", app="App1"}
where the yellow line is
windows_iis_worker_requests_total{instance="$instance", app="App1"}

As you can clearly see, the requests_errors metric increased by 3 (151 - 148) where as the requests_total only increased by 2 (152-150) between those 2 datapoints. This means that the rate will be higher, therefore resulting in a higher-than-1 error rate.

Copy link

This issue has been marked as stale because it has been open for 90 days with no activity. This thread will be automatically closed in 30 days if no further activity occurs.

@github-actions github-actions bot added the Stale label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant