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 Services receiver #34887

Closed
syron opened this issue Aug 27, 2024 · 2 comments
Closed

Windows Services receiver #34887

syron opened this issue Aug 27, 2024 · 2 comments
Labels
needs triage New item requiring triage os:windows Sponsor Needed New component seeking sponsor

Comments

@syron
Copy link

syron commented Aug 27, 2024

Component(s)

No response

Is your feature request related to a problem? Please describe.

In order for us to get an entire overview of whats going on on our windows environments, we need to get the state of windows services.

Describe the solution you'd like

Metrics about the windows services would be great. The idea is to create a simple receiver that continuously checks the services using golang.org/x/sys/windows/svc/mgr and creates metrics for each of the services. If a windows service is disabled, running, stopped or anything else, the metric will show what windows service this is about.

Describe alternatives you've considered

My alternative is to develop a dotnet service using otel library that pushes metrics about the Windows Services to an otel endpoint. My alternative solution could provide a way to collect that information even about remote servers reachable from the server running on a windows machine within the same network.

Additional context

No response

@syron syron added enhancement New feature or request needs triage New item requiring triage labels Aug 27, 2024
@syron syron changed the title Windows Services Metrics Windows Services receiver Aug 27, 2024
@crobert-1 crobert-1 added os:windows Sponsor Needed New component seeking sponsor and removed enhancement New feature or request labels Aug 28, 2024
@pjanotti
Copy link
Contributor

This is basically the same request as #31377

@syron
Copy link
Author

syron commented Aug 29, 2024

That is true, my bad. Didn't realize there was a similar one. didn't come up when I searched. Will close this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage New item requiring triage os:windows Sponsor Needed New component seeking sponsor
Projects
None yet
Development

No branches or pull requests

3 participants