-
Notifications
You must be signed in to change notification settings - Fork 724
iis: Add HTTP Service Request Queues #1948
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please crease a new sub-collector for HTTP Service Request Queues
HI, please run Secondly, I'm not sure, if the site label is correct. Are the counter reports sites or app pool? lastly, Please extend the documentations. https://github.com/prometheus-community/windows_exporter/blob/master/docs/collector.iis.md And take care of CI please. |
what can we use now? atleast it uses apppool - then can you pls suggest where to change what? |
I have zero knowledge about IIS. But the numbers are documented. It seems there are request which cant match to an pool. Maybe you understand, what going on here? |
They are saying sometime it will not be mapped to apppool, so lets have apppool as filter but get all metrics from http request queue and one with flterable apppool others as it is. |
Signed-off-by: SSanjeevi <[email protected]>
Hi @SSanjeevi once I got access to an IIS VM, i will also looked into this closer. It's not staled, but without an test environment, I'm a bit stuck right now. |
If you have any Windows system - you can enable IIS and test it out. |
At the moment, i have just an Mac. And I would not like to install the IIS on the gaming box. Since the Mac is an ARM CPU, I can't run Windows inside a VM. |
Signed-off-by: Jan-Otto Kröpke <[email protected]>
Signed-off-by: Jan-Otto Kröpke <[email protected]>
@SSanjeevi Finally I found an environment to test this PR. I fxied some issues. So please let me know if it works on your side as well. |
looks good pls proceed - share me installable version i can test it. |
@jkroepke - it's failing to run in windows system and no error log in event viewer. Only log exist was an starting exporter |
can you pls share build step to generate artifact locally? so that i will build and fix the issue. |
Download go: https://go.dev/doc/install Run
|
Add HTTP Service Request Queues
What this PR does / why we need it
Add HTTP Service Request Queues for IIS
Which issue this PR fixes