-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Add Windows Service status metrics #31377
Comments
Pinging code owners: See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This is the corresponding library that can gain access to that information. https://github.com/shirou/gopsutil/blob/master/winservices/winservices.go |
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. |
+1 |
What's the configuration looking like? Do you have a working prototype somewhere we can review? |
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 |
+1 I'd be interested in this feature |
@dodegaard @dconnolly-sfdc @hhgsplk @syron @atoulme @stampflit PTAL #35362 by @shalper2 it is just the initial wireframe but it make more concrete conversations about configuration and generated metrics. |
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 |
Component(s)
receiver/hostmetrics
Is your feature request related to a problem? Please describe.
Currently there is not a metric that can relay the running status of a Windows Service.
Describe the solution you'd like
In the hostmetrics receiver there is a library called github.com/shirou/gopsutil that is able to tap into Windows Service running status data and it would be helpful to gain access and scrape this information along with attributes that describe the service. This should most likely be an opt-in to perform this function. The process_scraper_windows.go module could be the home for the method(s).
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: