Add stateful_encoding.proto#443
Merged
gh-worker-dd-mergequeue-cf854d[bot] merged 2 commits intomasterfrom Feb 13, 2026
Merged
Conversation
87472b3 to
55af1fb
Compare
55af1fb to
e104cf2
Compare
pgimalac
reviewed
Feb 12, 2026
a360d48 to
783f447
Compare
pgimalac
approved these changes
Feb 13, 2026
Member
There was a problem hiding this comment.
Did you try benchmarking vtproto vs google.golang.org/protobuf (+ opaque API) ?
I'm considering trying to unify protobuf libraries used by the agent so that would be very interesting to me
Contributor
Author
There was a problem hiding this comment.
We've seen significant (~2x) CPU time savings when testing via lading-based performance tests on marshal/size operations.
Contributor
Author
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
|
This was referenced Feb 17, 2026
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
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.
What does this PR do?
Defines stateful_encoding.proto (from DataDog/datadog-agent#43321) which is a new experimental protocol we are using to communicate between Agent and Datadog logs intake.
Describe how to test/QA your changes
New protocol has been tested for performance via agent regression tests and correctness via DD intake testing.
Reviewer's Checklist
Reviewers: please see the review guidelines.