Add Jenkins custom parent ID bypass#8608
Conversation
BenchmarksBenchmark execution time: 2026-05-13 09:51:33 Comparing candidate commit 14ba87b in PR branch Some scenarios are present only in baseline or only in candidate runs. If you didn't create or remove some scenarios in your branch, this maybe a sign of crashed benchmarks 💥💥💥 Scenarios present only in baseline:
Found 6 performance improvements and 4 performance regressions! Performance is the same for 48 metrics, 14 unstable metrics, 91 known flaky benchmarks, 35 flaky benchmarks without significant changes.
|
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (8608) and master. ✅ No regressions detected - check the details below Full Metrics ComparisonFakeDbCommand
HttpMessageHandler
Comparison explanationExecution-time benchmarks measure the whole time it takes to execute a program, and are intended to measure the one-off costs. Cases where the execution time results for the PR are worse than latest master results are highlighted in **red**. The following thresholds were used for comparing the execution times:
Note that these results are based on a single point-in-time result for each branch. For full results, see the dashboard. Graphs show the p99 interval based on the mean and StdDev of the test run, as well as the mean value of the run (shown as a diamond below the graph). Duration chartsFakeDbCommand (.NET Framework 4.8)gantt
title Execution time (ms) FakeDbCommand (.NET Framework 4.8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8608) - mean (74ms) : 71, 78
master - mean (73ms) : 70, 75
section Bailout
This PR (8608) - mean (78ms) : 75, 81
master - mean (77ms) : 75, 79
section CallTarget+Inlining+NGEN
This PR (8608) - mean (1,100ms) : 1055, 1146
master - mean (1,105ms) : 1050, 1161
FakeDbCommand (.NET Core 3.1)gantt
title Execution time (ms) FakeDbCommand (.NET Core 3.1)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8608) - mean (116ms) : 110, 123
master - mean (113ms) : 109, 116
section Bailout
This PR (8608) - mean (115ms) : 111, 119
master - mean (118ms) : 113, 123
section CallTarget+Inlining+NGEN
This PR (8608) - mean (785ms) : 761, 808
master - mean (786ms) : 763, 810
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8608) - mean (102ms) : 96, 108
master - mean (101ms) : 97, 106
section Bailout
This PR (8608) - mean (104ms) : 98, 110
master - mean (104ms) : 99, 109
section CallTarget+Inlining+NGEN
This PR (8608) - mean (943ms) : 907, 978
master - mean (942ms) : 907, 977
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8608) - mean (99ms) : 96, 103
master - mean (99ms) : 95, 102
section Bailout
This PR (8608) - mean (105ms) : 101, 109
master - mean (102ms) : 96, 108
section CallTarget+Inlining+NGEN
This PR (8608) - mean (823ms) : 787, 858
master - mean (823ms) : 781, 865
HttpMessageHandler (.NET Framework 4.8)gantt
title Execution time (ms) HttpMessageHandler (.NET Framework 4.8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8608) - mean (199ms) : 193, 205
master - mean (198ms) : 191, 205
section Bailout
This PR (8608) - mean (203ms) : 198, 207
master - mean (202ms) : 197, 206
section CallTarget+Inlining+NGEN
This PR (8608) - mean (1,196ms) : 1153, 1239
master - mean (1,198ms) : 1141, 1255
HttpMessageHandler (.NET Core 3.1)gantt
title Execution time (ms) HttpMessageHandler (.NET Core 3.1)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8608) - mean (285ms) : 275, 294
master - mean (286ms) : 279, 292
section Bailout
This PR (8608) - mean (288ms) : 281, 295
master - mean (285ms) : 278, 293
section CallTarget+Inlining+NGEN
This PR (8608) - mean (957ms) : 937, 976
master - mean (960ms) : 939, 981
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8608) - mean (277ms) : 269, 285
master - mean (278ms) : 270, 285
section Bailout
This PR (8608) - mean (279ms) : 275, 283
master - mean (277ms) : 269, 285
section CallTarget+Inlining+NGEN
This PR (8608) - mean (1,154ms) : 1121, 1188
master - mean (1,156ms) : 1126, 1186
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8608) - mean (277ms) : 271, 283
master - mean (277ms) : 270, 285
section Bailout
This PR (8608) - mean (275ms) : 270, 280
master - mean (278ms) : 271, 284
section CallTarget+Inlining+NGEN
This PR (8608) - mean (1,039ms) : 999, 1079
master - mean (1,034ms) : 998, 1070
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Summary
Adds
DD_CUSTOM_PARENT_IDas a CI Visibility configuration key and includes it in JenkinsVariablesToBypassalongsideDD_CUSTOM_TRACE_ID, so_dd.ci.env_varscarries both values for backend Jenkins correlation.Updates the Jenkins CI fixture expectations and checked-in generated configuration key outputs for the new key.
Validation
jq empty tracer/test/Datadog.Trace.ClrProfiler.IntegrationTests/CI/Data/jenkins.jsongit diff --cached --checkdotnetcommands were intentionally not run per request; CI is the validation path for build/test coverage.