-
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 statsdreceiver Unixgram Support #36608
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.
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.
The code looks good to me. Waiting for a conclusion the socket file discussion
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.
LGTM
I left one minor clarification question for the docs.
@dmitryax the socket deletion was removed, please take a look. |
#### Description Adds `unixgram` transport for the `statsdreceiver`. Additionally, creates a new `packetServer` base class for both `UDS` and `UDP*` transport types #### Link to tracking issue open-telemetry#21385 #### Testing Added a unit test --------- Co-authored-by: Christos Markou <[email protected]>
#### Description Skip tests that are always failing on Windows. The tests were added via open-telemetry#36608 but can't run on Windows.. Fixes open-telemetry#10151 #### Testing Tested locally.
Description
Adds
unixgram
transport for thestatsdreceiver
. Additionally, creates a newpacketServer
base class for bothUDS
andUDP*
transport typesLink to tracking issue
#21385
Testing
Added a unit test