-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
IIS Application Pool metrics #34924
Comments
Pinging code owners: See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This is effectively a proposal to add a metric mapping the |
/label os:windows |
Removing |
Would it be possible for me to start to work on this? I don't know the procedure here, but as I have read I am supposed to comment the ticket so it could potentially be assigned to me? |
Hello @syron, thanks for being willing to help out here! It doesn't look like anyone else has picked up this work yet, so you're welcome to work on it 👍 |
Sorry for the late response. Awesome, thanks @crobert-1 I will start working on it. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners: See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Hi @syron, are you still planning to work on this issue? |
I have added a pull request for this. However, I need to go through some of the formalia. #38183 |
…38183) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Added new metrics * application pool state: Each application pool's state * application pool uptime: The number of milliseconds an application pool has been up. <!-- Issue number (e.g. #1234) or full URL to issue, if applicable. --> #### Link to tracking issue #34924 <!--Describe what testing was performed and which tests were added.--> #### Testing Has been tested on a local windows machine. <!--Describe the documentation added.--> #### Documentation Metadata documention has been updated by mdatagen. <!--Please delete paragraphs that you did not use before submitting.-->
One question that came to my mind. The metrics that have been merged are marked as enabled = false and one of the comments by @atoulme was to create a new PR with enabled = true and mark it as breaking change. In order for this issue to be closed, should a new PR be created for this or should a new issue be raised and this one closed? |
Start with a new PR. |
Component(s)
receiver/iis
Is your feature request related to a problem? Please describe.
An application pool can be stopped or started. Sometimes, due to password changes and server restarts, the application pools can not be started and is therefore stopped.
Describe the solution you'd like
It would be great to get a list of all available application pools while also scraping the performance counters and for each and every one of them, the state (whether they are running or not).
An application pool can have the following states:
(Source: https://learn.microsoft.com/en-us/dotnet/api/microsoft.web.administration.objectstate?view=iis-dotnet)
Describe alternatives you've considered
Developing a windows exporter in dotnet that runs as a Windows service providing the data to the otel collector.
Additional context
No response
The text was updated successfully, but these errors were encountered: