Skip to content

Conversation

@carlosroman
Copy link
Contributor

Requirements for Contributing to this repository

  • Fill out the template below. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
  • The pull request must only fix one issue, or add one feature, at the time.
  • The pull request must update the test suite to demonstrate the changed functionality.
  • After you create the pull request, all status checks must be pass before a maintainer reviews your contribution. For more details, please see CONTRIBUTING.

What does this PR do?

Description of the Change

Alternate Designs

Possible Drawbacks

Verification Process

Additional Notes

Release Notes

Review checklist (to be filled by reviewers)

  • Feature or bug fix MUST have appropriate tests (unit, integration, etc...)
  • PR title must be written as a CHANGELOG entry (see why)
  • Files changes must correspond to the primary purpose of the PR as described in the title (small unrelated changes should have their own PR)
  • PR must have one changelog/ label attached. If applicable it should have the backward-incompatible label attached.
  • PR should not have do-not-merge/ label attached.
  • If Applicable, issue must have kind/ and severity/ labels attached at least.

@carlosroman carlosroman requested review from a team as code owners April 28, 2025 11:14
@carlosroman carlosroman merged commit 7a99164 into ryan.hall/add_uds_stream_support Apr 28, 2025
@carlosroman carlosroman deleted the carlosroman/add_uds_stream_support-2 branch April 28, 2025 11:16
carlosroman added a commit that referenced this pull request May 1, 2025
* AMLII-2166 - Add UDS Streams support to the DogStatsD client

Includes full support for the unix://, unixstream://, and unixgram:// socket_path prefixes
utilized by DD_DOGSTATSD_URL in preparation to support that feature.

Autodetects SOCK_DGRAM vs SOCK_STREAM for users currently providing a raw socket path.

* Fix bug with multiple threaded usage of stream sockets by guaranteeing the "size" and "message" packets are always sent one after another.

* Carlosroman/add uds stream support (#895)

* Setting correct transport type max payload size when setting the socket.

* updated broken tests (#896)

---------

Co-authored-by: Carlos <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants