DataDog / datadogpy

The Datadog Python library
https://datadoghq.com/
Other
605 stars 303 forks source link

Update payload size when updating socket path #807

Closed vickenty closed 6 months ago

vickenty commented 6 months ago

What does this PR do?

Update payload size when updating socket path

Description of the Change

When initialize sets socket_path, thus switching from udp to uds transport, update max_payload_size to use payloads of optimal size for the transport.

Alternate Designs

Possible Drawbacks

Verification Process

Additional Notes

Release Notes

Review checklist (to be filled by reviewers)