chore: test libdatadog OTLP gRPC size impact [DO NOT MERGE] - #19971
chore: test libdatadog OTLP gRPC size impact [DO NOT MERGE]#19971bm1549 wants to merge 1 commit into
Conversation
Codeowners resolved asResolved from the full PR diff against |
Dependency direction analysis
|
Circular import analysis
|
🎉 All green!🧪 All tests passed 🔗 Commit SHA: bcc27e4 | Docs | View more details | Give us feedback! |
BenchmarksBenchmark execution time: 2026-08-31 17:23:54 Comparing candidate commit bcc27e4 in PR branch Found 0 performance improvements and 5 performance regressions! Performance is the same for 575 metrics, 10 unstable metrics, 2 known flaky benchmarks, 16 flaky benchmarks without significant changes.
|
Description
Temporary CI experiment. Do not merge.
Pins every libdatadog dependency from
v42.0.0to commit1f2c50a29903ec6dcbf54427d6fc952631662d48, the current head of DataDog/libdatadog#2273. This lets the existing serverless CI measure the resulting Lambda layer size.Testing
cargo check --manifest-path src/native/Cargo.tomlscripts/run-tests --venv 4a90061scripts/lint checksRisks
None while this remains an unmerged experiment.
The size comparison is from libdatadog
v42.0.0to the PR head, so it includes intervening libdatadog changes. At the pinned commit, the gRPC path is not yet wired into the exporter loop; release LTO may remove unreachable code and understate its eventual shipped cost.Additional Notes
No Cargo feature gate was added for the new dependencies.