Leiyks/set ddtrace retry interval#3977
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b25f3440b0
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
🎯 Code Coverage (details) 🔗 Commit SHA: 09494de | Docs | Datadog PR Page | Give us feedback! |
Benchmarks [ tracer ]Benchmark execution time: 2026-06-12 13:45:57 Comparing candidate commit 1de4e30 in PR branch Found 2 performance improvements and 0 performance regressions! Performance is the same for 192 metrics, 0 unstable metrics.
|
912125b to
1de4e30
Compare
Regenerates the crashtracker and sidecar FFI headers and adapts the FFE bridge to libdatadog's new AssignmentReason::Default and FlagConfigurationInvalid variants.
Adds the DD_TRACE_RETRY_INTERVAL setting (default 100ms) and forwards it to the sidecar session config as retry_interval_milliseconds. The extension test suite runs with DD_TRACE_RETRY_INTERVAL=1 to keep retries fast.
d43082d to
09494de
Compare
Signed-off-by: Alexandre Rulleau alexandre.rulleau@datadoghq.com### Description
Reviewer checklist