-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Implement Windows Service Receiver #38619
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
Labels
Comments
Pinging code owners for receiver/windowsservice: @pjanotti @shalper2. See Adding Labels via Comments if you do not have permissions to add labels yourself. For example, comment '/label priority:p2 -needs-triaged' to set the priority and remove the needs-triaged label. |
Issue filed by code owner, removing |
atoulme
pushed a commit
that referenced
this issue
Mar 25, 2025
#### Description Adds a `config.go` to the Windows Service Receiver. This is the first piece in the component implementation and will work as the foundation on which the rest of the components are to be implemented. At this stage there is no custom validation code for the config so `config_test` will remain empty. #### Link to tracking issue Related to [38619](#38619) #### Testing No custom validation for configuration at this stage. #### Documentation configuration details are documented in the `README.yaml`
Fiery-Fenix
pushed a commit
to Fiery-Fenix/opentelemetry-collector-contrib
that referenced
this issue
Apr 24, 2025
#### Description Adds a `config.go` to the Windows Service Receiver. This is the first piece in the component implementation and will work as the foundation on which the rest of the components are to be implemented. At this stage there is no custom validation code for the config so `config_test` will remain empty. #### Link to tracking issue Related to [38619](open-telemetry#38619) #### Testing No custom validation for configuration at this stage. #### Documentation configuration details are documented in the `README.yaml`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Component(s)
receiver/windowsservice
Describe the issue you're reporting
The Windows Service Receiver is an in-development component which is attempting to reach parity with the telegraf input of the same name. This issue is meant to track the implementation of the receiver component as it graduates from development to alpha status. Below is a list of component pieces that are required before graduation.
The text was updated successfully, but these errors were encountered: