-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
base: main
Are you sure you want to change the base?
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 thestatsdreceiver
. Additionally, creates a newpacketServer
base class for bothUDS
andUDP*
transport typesLink to tracking issue
#21385
Testing
Added a unit test