-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[receiver/statsdreceiver] add ability to customize socket permissions when transport is unixgram (#37807) #38420
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
Merged
atoulme
merged 1 commit into
open-telemetry:main
from
thomas-gouveia:feat/37807/statsdreceiver/flexibility-socket-permissions
Apr 19, 2025
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
atoulme
approved these changes
Mar 6, 2025
9a05fdf
to
5eda2a8
Compare
dba7677
to
a38c8a6
Compare
a38c8a6
to
82dbe6a
Compare
82dbe6a
to
924e56f
Compare
ae31476
to
028a80b
Compare
This was referenced Mar 23, 2025
028a80b
to
b621bf7
Compare
b621bf7
to
a02fa84
Compare
… when transport is unixgram (open-telemetry#37807) Signed-off-by: thomas-gouveia <[email protected]>
a02fa84
to
25a05ec
Compare
dmitryax
approved these changes
Apr 7, 2025
akshays-19
pushed a commit
to akshays-19/opentelemetry-collector-contrib
that referenced
this pull request
Apr 23, 2025
… when transport is unixgram (open-telemetry#37807) (open-telemetry#38420) #### Description This PR introduces a new configuration key `socket_permissions` used when `transport: unixgram` to control permissions of the bind socket. #### Link to tracking issue Fixes open-telemetry#37807 #### Testing Unit tests #### Documentation Readme updated with new configuration Signed-off-by: thomas-gouveia <[email protected]>
Fiery-Fenix
pushed a commit
to Fiery-Fenix/opentelemetry-collector-contrib
that referenced
this pull request
Apr 24, 2025
… when transport is unixgram (open-telemetry#37807) (open-telemetry#38420) #### Description This PR introduces a new configuration key `socket_permissions` used when `transport: unixgram` to control permissions of the bind socket. #### Link to tracking issue Fixes open-telemetry#37807 #### Testing Unit tests #### Documentation Readme updated with new configuration Signed-off-by: thomas-gouveia <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR introduces a new configuration key
socket_permissions
used whentransport: unixgram
to control permissions of the bind socket.Link to tracking issue
Fixes #37807
Testing
Unit tests
Documentation
Readme updated with new configuration