Skip to content

all: add Unix datagram support #169

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
merged 1 commit into from
Oct 9, 2024
Merged

Conversation

kevinburkesegment
Copy link
Contributor

I tried updating #123 with ~50 commits but the diff got too messy. Easier to just add the changes on a new commit.

@kevinburkesegment kevinburkesegment force-pushed the mx51-feature-clean branch 2 times, most recently from 4b1a0e6 to 16cde10 Compare September 10, 2024 21:45
I tried updating #123 with ~50
commits but the diff got too messy. Easier to just add the changes on
a new commit.
@kevinburkesegment kevinburkesegment merged commit 251d359 into main Oct 9, 2024
8 checks passed
@kevinburkesegment kevinburkesegment deleted the mx51-feature-clean branch October 9, 2024 17:34
kevinburkesegment added a commit that referenced this pull request Feb 21, 2025
This error was introduced in #169 - if you scroll to datadog/client.go
in that pull request, you can see how it happens, the buffer should be
set on both the datadog serializer and the underlying buffer.Buffer,
but was only set on one of those.

Unfortunate error, and I will try to perform more benchmark testing
going forward.
kevinburkesegment added a commit that referenced this pull request Feb 21, 2025
Commit 251d359 introduced a
regression that slowed stat write benchmarks by 2.5x on Linux and 1.5x
on Mac. The regression was caused by small writes causing contention
for a shared file descriptor.

This error was introduced in #169 - if you scroll to datadog/client.go
in that pull request, you can see how it happens, the buffer should be
set on both the datadog serializer and the underlying buffer.Buffer,
but was only set on one of those.

Unfortunate error, and I will try to perform more benchmark testing
going forward.
kevinburkesegment added a commit that referenced this pull request Feb 21, 2025
Commit 251d359 introduced a
regression that slowed stat write benchmarks by 2.5x on Linux and 1.5x
on Mac. The regression was caused by small writes causing contention
for a shared file descriptor.

This error was introduced in #169 - if you scroll to datadog/client.go
in that pull request, you can see how it happens, the buffer should be
set on both the datadog serializer and the underlying buffer.Buffer,
but was only set on one of those.

Unfortunate error, and I will try to perform more benchmark testing
going forward.
kevinburkesegment added a commit that referenced this pull request Feb 21, 2025
Commit 251d359 introduced a
regression that slowed stat write benchmarks by 2.5x on Linux and 1.5x
on Mac. The regression was caused by small writes causing contention
for a shared file descriptor.

This error was introduced in #169 - if you scroll to datadog/client.go
in that pull request, you can see how it happens, the buffer should be
set on both the datadog serializer and the underlying buffer.Buffer,
but was only set on one of those.

Unfortunate error, and I will try to perform more benchmark testing
going forward.
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