chore(libdatadog): bump libdatadog to v33.0.0#17992
Merged
gh-worker-dd-mergequeue-cf854d[bot] merged 1 commit intoMay 12, 2026
Merged
Conversation
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codeowners resolved as |
gyuheon0h
marked this pull request as ready for review
May 9, 2026 14:14
BenchmarksBenchmark execution time: 2026-05-09 14:42:05 Comparing candidate commit d582763 in PR branch Found 0 performance improvements and 5 performance regressions! Performance is the same for 594 metrics, 4 unstable metrics. scenario:iastaspects-index_aspect
scenario:iastaspects-stringio_aspect
scenario:iastaspectsospath-ospathbasename_aspect
scenario:span-start
scenario:telemetryaddmetric-1-count-metric-1-times
|
brettlangdon
approved these changes
May 11, 2026
KowalskiThomas
approved these changes
May 11, 2026
sameerank
approved these changes
May 11, 2026
sameerank
left a comment
Contributor
There was a problem hiding this comment.
Thanks for cleaning this up 🙌
Contributor
Author
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
|
gh-worker-dd-mergequeue-cf854d
Bot
merged commit May 12, 2026
84cc87a
into
main
1223 of 1227 checks passed
gh-worker-dd-mergequeue-cf854d
Bot
deleted the
gyuheon0h/bump-libdatadog-v33
branch
May 12, 2026 00:32
P403n1x87
pushed a commit
that referenced
this pull request
May 14, 2026
## Description Libdatadog v33 is out. Let's bump the version to stay up to date. Only non-trivial change is the removal of `extra_logging`. It was a leftover from migration and was never used. It is also never emitted by the backend. ([feat(ffe)!: remove extra_logging](DataDog/libdatadog#1941)) ## Testing <!-- Describe your testing strategy or note what tests are included --> ## Risks <!-- Note any risks associated with this change, or "None" if no risks --> ## Additional Notes <!-- Any other information that would be helpful for reviewers --> Co-authored-by: gyuheon.oh <[email protected]>
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.

Description
Libdatadog v33 is out. Let's bump the version to stay up to date.
Only non-trivial change is the removal of
extra_logging. It was a leftover from migration and was never used. It is also never emitted by the backend. (feat(ffe)!: remove extra_logging)Testing
Risks
Additional Notes