Preserve deterministic sampler rates - #12382
Conversation
This comment has been minimized.
This comment has been minimized.
🟢 Java Benchmark SLOs — All performance SLOs passed
PR vs. master results
Commit: Load and DaCapo benchmarks can be triggered manually in the GitLab pipeline. Results will appear in the Benchmarking Platform UI after completion. |
4cd94ee to
58c6dc5
Compare
mhlidd
left a comment
There was a problem hiding this comment.
LGTM contingent on reverting ffe-system-test-data
|
Merged w/ master to pull in CI fixes |
8e80184 to
d4ffb78
Compare
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
|
What Does This Do
Preserves configured deterministic sampler rates at double precision.
Motivation
The sampler accepted a
doublebut retained afloat, sogetSampleRate()lost configured precision.
Additional Notes
Tested with
./gradlew :dd-trace-core:test --tests datadog.trace.common.sampling.DeterministicTraceSamplerTest --rerun-tasks.Contributor Checklist
comp: core,type: bug fix, andtag: ai generatedlabels.Jira ticket: N/A