Skip to content

Increase endpoint telemetry wait timeout#8294

Merged
NachoEchevarria merged 2 commits into
masterfrom
dd/fix/api-security-endpoint-telemetry-timeout
Mar 24, 2026
Merged

Increase endpoint telemetry wait timeout#8294
NachoEchevarria merged 2 commits into
masterfrom
dd/fix/api-security-endpoint-telemetry-timeout

Conversation

@NachoEchevarria

Copy link
Copy Markdown
Collaborator

Summary of changes

  • Increased the AppEndpoints telemetry wait timeout in API Security endpoint collection tests to reduce flakiness on slower CI environments.

Reason for change

  • WaitForLatestTelemetryAsync defaults to a 5-second timeout in MockTracerAgent.
  • Endpoint telemetry collection can take longer than 5 seconds under CI load (cold start + endpoint discovery + heartbeat + delivery), causing intermittent null telemetry and test failures.

Implementation details

  • Updated tracer/test/Datadog.Trace.Security.IntegrationTests/ApiSecurity/AspNetCoreEndpoints.cs:
    • Changed the WaitForLatestTelemetryAsync call in TestEndpointsCollection() to pass timeoutInMilliseconds: 30000.
  • This base test method is used by the API Security endpoint collection test variants (including AspNetCore5EndpointsApmTracingDisabled), so all relevant endpoint collection tests now use the increased timeout.

Test coverage

  • Attempted to run:
    • dotnet test tracer/test/Datadog.Trace.Security.IntegrationTests/Datadog.Trace.Security.IntegrationTests.csproj --filter "FullyQualifiedName~ApiSecurity.AspNetCore5EndpointsApmTracingDisabled.TestEndpointsCollection"
  • Could not execute in this environment because the repository requires .NET SDK 10.0.100 from global.json, but only SDK 8.0.412 is installed.
  • Formatting check attempted via Format tool, but dotnet format failed for the same SDK reason.
  • Lint tool could not determine a linter for the changed C# file.

Other details


PR by Bits - View session in Datadog

Comment @DataDog to request changes

@datadog-official

datadog-official Bot commented Mar 12, 2026

Copy link
Copy Markdown
Contributor

View session in Datadog

Bits Dev status: ✅ Done

Comment @DataDog to request changes

@datadog-datadog-prod-us1

Copy link
Copy Markdown

I can only run on private repositories.

@NachoEchevarria NachoEchevarria added the AI Generated Largely based on code generated by an AI or LLM. This label is the same across all dd-trace-* repos label Mar 12, 2026
@github-actions github-actions Bot added the area:tests unit tests, integration tests label Mar 12, 2026
@pr-commenter

pr-commenter Bot commented Mar 12, 2026

Copy link
Copy Markdown

Benchmarks

Benchmark execution time: 2026-03-24 10:35:47

Comparing candidate commit feba0ce in PR branch dd/fix/api-security-endpoint-telemetry-timeout with baseline commit 4e38cdd in branch master.

Found 9 performance improvements and 7 performance regressions! Performance is the same for 256 metrics, 16 unstable metrics.

Explanation

This is an A/B test comparing a candidate commit's performance against that of a baseline commit. Performance changes are noted in the tables below as:

  • 🟩 = significantly better candidate vs. baseline
  • 🟥 = significantly worse candidate vs. baseline

We compute a confidence interval (CI) over the relative difference of means between metrics from the candidate and baseline commits, considering the baseline as the reference.

If the CI is entirely outside the configured SIGNIFICANT_IMPACT_THRESHOLD (or the deprecated UNCONFIDENCE_THRESHOLD), the change is considered significant.

Feel free to reach out to #apm-benchmarking-platform on Slack if you have any questions.

More details about the CI and significant changes

You can imagine this CI as a range of values that is likely to contain the true difference of means between the candidate and baseline commits.

CIs of the difference of means are often centered around 0%, because often changes are not that big:

---------------------------------(------|---^--------)-------------------------------->
                              -0.6%    0%  0.3%     +1.2%
                                 |          |        |
         lower bound of the CI --'          |        |
sample mean (center of the CI) -------------'        |
         upper bound of the CI ----------------------'

As described above, a change is considered significant if the CI is entirely outside the configured SIGNIFICANT_IMPACT_THRESHOLD (or the deprecated UNCONFIDENCE_THRESHOLD).

For instance, for an execution time metric, this confidence interval indicates a significantly worse performance:

----------------------------------------|---------|---(---------^---------)---------->
                                       0%        1%  1.3%      2.2%      3.1%
                                                  |   |         |         |
       significant impact threshold --------------'   |         |         |
                      lower bound of CI --------------'         |         |
       sample mean (center of the CI) --------------------------'         |
                      upper bound of CI ----------------------------------'

scenario:Benchmarks.Trace.AgentWriterBenchmark.WriteAndFlushEnrichedTraces netcoreapp3.1

  • 🟩 execution_time [-86.387ms; -86.242ms] or [-43.380%; -43.307%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.AllCycleMoreComplexBody net472

  • 🟥 throughput [-23977.343op/s; -23721.939op/s] or [-18.400%; -18.204%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.AllCycleMoreComplexBody net6.0

  • 🟥 execution_time [+11.228ms; +16.912ms] or [+5.730%; +8.630%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.AllCycleSimpleBody net472

  • 🟥 throughput [-140425.612op/s; -136728.518op/s] or [-14.250%; -13.875%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.AllCycleSimpleBody net6.0

  • 🟥 execution_time [+25.694ms; +31.859ms] or [+12.847%; +15.930%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.AllCycleSimpleBody netcoreapp3.1

  • 🟥 execution_time [+16.705ms; +22.954ms] or [+8.497%; +11.675%]

scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorSimpleBody net6.0

  • 🟩 execution_time [-21.513ms; -17.403ms] or [-10.062%; -8.140%]

scenario:Benchmarks.Trace.AspNetCoreBenchmark.SendRequest netcoreapp3.1

  • 🟥 throughput [-1261.492op/s; -567.583op/s] or [-12.006%; -5.402%]

scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • 🟩 execution_time [-20.314ms; -15.924ms] or [-8.710%; -6.828%]
  • 🟩 throughput [+76.115op/s; +97.508op/s] or [+7.396%; +9.474%]

scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces netcoreapp3.1

  • 🟥 throughput [-323.817op/s; -237.857op/s] or [-19.657%; -14.439%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice net6.0

  • 🟩 execution_time [-91.184µs; -88.683µs] or [-6.219%; -6.048%]
  • 🟩 throughput [+43.957op/s; +45.164op/s] or [+6.445%; +6.622%]

scenario:Benchmarks.Trace.Log4netBenchmark.EnrichedLog netcoreapp3.1

  • 🟩 execution_time [-30.062ms; -23.945ms] or [-14.759%; -11.756%]

scenario:Benchmarks.Trace.SingleSpanAspNetCoreBenchmark.SingleSpanAspNetCore netcoreapp3.1

  • 🟩 throughput [+14570883.933op/s; +15787229.401op/s] or [+6.460%; +7.000%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishSpan netcoreapp3.1

  • 🟩 execution_time [-20.063ms; -15.002ms] or [-9.321%; -6.970%]

@dd-trace-dotnet-ci-bot

dd-trace-dotnet-ci-bot Bot commented Mar 12, 2026

Copy link
Copy Markdown

Execution-Time Benchmarks Report ⏱️

Execution-time results for samples comparing This PR (8294) and master.

✅ No regressions detected - check the details below

Full Metrics Comparison

FakeDbCommand

Metric Master (Mean ± 95% CI) Current (Mean ± 95% CI) Change Status
.NET Framework 4.8 - Baseline
duration68.50 ± (68.59 - 68.92) ms68.57 ± (68.62 - 68.84) ms+0.1%✅⬆️
.NET Framework 4.8 - Bailout
duration72.75 ± (72.61 - 72.94) ms72.45 ± (72.41 - 72.64) ms-0.4%
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1035.76 ± (1041.41 - 1050.85) ms1036.92 ± (1040.40 - 1047.40) ms+0.1%✅⬆️
.NET Core 3.1 - Baseline
process.internal_duration_ms21.88 ± (21.85 - 21.91) ms21.81 ± (21.79 - 21.84) ms-0.3%
process.time_to_main_ms79.43 ± (79.28 - 79.57) ms79.92 ± (79.72 - 80.11) ms+0.6%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.90 ± (10.90 - 10.91) MB10.93 ± (10.92 - 10.93) MB+0.2%✅⬆️
runtime.dotnet.threads.count12 ± (12 - 12)12 ± (12 - 12)+0.0%
.NET Core 3.1 - Bailout
process.internal_duration_ms21.83 ± (21.81 - 21.86) ms21.70 ± (21.67 - 21.73) ms-0.6%
process.time_to_main_ms80.74 ± (80.59 - 80.89) ms80.63 ± (80.51 - 80.76) ms-0.1%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.94 ± (10.94 - 10.95) MB10.95 ± (10.95 - 10.96) MB+0.1%✅⬆️
runtime.dotnet.threads.count13 ± (13 - 13)13 ± (13 - 13)+0.0%
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms218.36 ± (217.14 - 219.59) ms218.36 ± (216.91 - 219.82) ms+0.0%✅⬆️
process.time_to_main_ms514.75 ± (513.73 - 515.77) ms515.79 ± (514.75 - 516.84) ms+0.2%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed48.24 ± (48.21 - 48.28) MB48.27 ± (48.24 - 48.31) MB+0.1%✅⬆️
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)-0.5%
.NET 6 - Baseline
process.internal_duration_ms20.61 ± (20.59 - 20.63) ms20.57 ± (20.55 - 20.60) ms-0.2%
process.time_to_main_ms68.55 ± (68.42 - 68.69) ms69.11 ± (69.00 - 69.23) ms+0.8%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.63 ± (10.63 - 10.64) MB10.63 ± (10.63 - 10.64) MB+0.0%✅⬆️
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 6 - Bailout
process.internal_duration_ms20.57 ± (20.55 - 20.60) ms20.43 ± (20.40 - 20.45) ms-0.7%
process.time_to_main_ms69.89 ± (69.78 - 70.00) ms69.76 ± (69.66 - 69.85) ms-0.2%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.75 ± (10.74 - 10.75) MB10.75 ± (10.74 - 10.75) MB+0.0%✅⬆️
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms206.58 ± (205.40 - 207.75) ms206.12 ± (204.62 - 207.62) ms-0.2%
process.time_to_main_ms515.07 ± (513.91 - 516.22) ms516.22 ± (514.98 - 517.46) ms+0.2%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed50.06 ± (50.02 - 50.10) MB50.06 ± (50.01 - 50.10) MB-0.0%
runtime.dotnet.threads.count29 ± (29 - 29)29 ± (29 - 29)+0.4%✅⬆️
.NET 8 - Baseline
process.internal_duration_ms18.76 ± (18.74 - 18.79) ms18.81 ± (18.78 - 18.83) ms+0.2%✅⬆️
process.time_to_main_ms68.02 ± (67.91 - 68.14) ms68.42 ± (68.30 - 68.55) ms+0.6%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.68 ± (7.67 - 7.68) MB7.67 ± (7.67 - 7.68) MB-0.0%
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 8 - Bailout
process.internal_duration_ms18.81 ± (18.78 - 18.83) ms18.85 ± (18.82 - 18.88) ms+0.2%✅⬆️
process.time_to_main_ms69.23 ± (69.12 - 69.33) ms69.65 ± (69.55 - 69.76) ms+0.6%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.73 ± (7.72 - 7.74) MB7.75 ± (7.74 - 7.76) MB+0.3%✅⬆️
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms152.44 ± (151.69 - 153.18) ms154.07 ± (153.27 - 154.87) ms+1.1%✅⬆️
process.time_to_main_ms472.25 ± (471.36 - 473.15) ms476.01 ± (475.13 - 476.89) ms+0.8%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed36.92 ± (36.90 - 36.95) MB36.87 ± (36.84 - 36.89) MB-0.2%
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)-0.1%

HttpMessageHandler

Metric Master (Mean ± 95% CI) Current (Mean ± 95% CI) Change Status
.NET Framework 4.8 - Baseline
duration193.85 ± (193.73 - 194.56) ms192.26 ± (192.08 - 192.85) ms-0.8%
.NET Framework 4.8 - Bailout
duration195.92 ± (195.63 - 196.29) ms196.36 ± (196.27 - 197.06) ms+0.2%✅⬆️
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1145.83 ± (1148.73 - 1156.95) ms1159.78 ± (1163.19 - 1173.01) ms+1.2%✅⬆️
.NET Core 3.1 - Baseline
process.internal_duration_ms187.04 ± (186.74 - 187.33) ms186.96 ± (186.64 - 187.29) ms-0.0%
process.time_to_main_ms80.59 ± (80.40 - 80.78) ms80.75 ± (80.53 - 80.98) ms+0.2%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.15 ± (16.12 - 16.18) MB16.12 ± (16.09 - 16.16) MB-0.2%
runtime.dotnet.threads.count20 ± (20 - 20)20 ± (19 - 20)-0.4%
.NET Core 3.1 - Bailout
process.internal_duration_ms186.04 ± (185.73 - 186.35) ms186.66 ± (186.30 - 187.01) ms+0.3%✅⬆️
process.time_to_main_ms81.63 ± (81.49 - 81.77) ms81.98 ± (81.84 - 82.12) ms+0.4%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.16 ± (16.14 - 16.19) MB16.17 ± (16.14 - 16.20) MB+0.0%✅⬆️
runtime.dotnet.threads.count21 ± (21 - 21)21 ± (21 - 21)+0.1%✅⬆️
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms389.07 ± (387.54 - 390.59) ms391.80 ± (390.45 - 393.14) ms+0.7%✅⬆️
process.time_to_main_ms516.72 ± (515.74 - 517.70) ms518.28 ± (517.21 - 519.34) ms+0.3%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed58.33 ± (58.12 - 58.54) MB58.16 ± (57.95 - 58.37) MB-0.3%
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (30 - 30)-0.2%
.NET 6 - Baseline
process.internal_duration_ms191.37 ± (191.04 - 191.71) ms191.52 ± (191.19 - 191.86) ms+0.1%✅⬆️
process.time_to_main_ms69.86 ± (69.68 - 70.04) ms70.12 ± (69.95 - 70.28) ms+0.4%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.34 ± (16.27 - 16.42) MB16.05 ± (15.90 - 16.20) MB-1.8%
runtime.dotnet.threads.count19 ± (19 - 19)18 ± (18 - 18)-3.0%
.NET 6 - Bailout
process.internal_duration_ms192.30 ± (191.83 - 192.78) ms190.61 ± (190.33 - 190.88) ms-0.9%
process.time_to_main_ms71.32 ± (71.16 - 71.48) ms71.01 ± (70.92 - 71.11) ms-0.4%
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.15 ± (16.04 - 16.25) MB16.16 ± (16.01 - 16.31) MB+0.1%✅⬆️
runtime.dotnet.threads.count20 ± (20 - 20)19 ± (19 - 19)-3.1%
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms412.06 ± (410.95 - 413.18) ms414.46 ± (413.18 - 415.74) ms+0.6%✅⬆️
process.time_to_main_ms524.25 ± (522.68 - 525.82) ms522.70 ± (521.27 - 524.12) ms-0.3%
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed60.96 ± (60.92 - 61.00) MB60.84 ± (60.79 - 60.89) MB-0.2%
runtime.dotnet.threads.count30 ± (30 - 31)31 ± (30 - 31)+0.2%✅⬆️
.NET 8 - Baseline
process.internal_duration_ms188.52 ± (188.16 - 188.87) ms189.29 ± (188.99 - 189.59) ms+0.4%✅⬆️
process.time_to_main_ms69.26 ± (69.04 - 69.48) ms69.55 ± (69.38 - 69.73) ms+0.4%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.82 ± (11.78 - 11.85) MB11.76 ± (11.74 - 11.79) MB-0.5%
runtime.dotnet.threads.count18 ± (18 - 18)18 ± (18 - 18)-0.1%
.NET 8 - Bailout
process.internal_duration_ms187.85 ± (187.57 - 188.13) ms188.92 ± (188.59 - 189.26) ms+0.6%✅⬆️
process.time_to_main_ms70.18 ± (70.09 - 70.27) ms71.19 ± (71.04 - 71.34) ms+1.4%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.90 ± (11.86 - 11.93) MB11.83 ± (11.80 - 11.86) MB-0.6%
runtime.dotnet.threads.count19 ± (19 - 19)19 ± (19 - 19)+0.4%✅⬆️
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms339.73 ± (338.29 - 341.17) ms339.66 ± (338.34 - 340.98) ms-0.0%
process.time_to_main_ms477.22 ± (476.29 - 478.14) ms478.51 ± (477.53 - 479.50) ms+0.3%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed48.67 ± (48.63 - 48.71) MB48.78 ± (48.75 - 48.82) MB+0.2%✅⬆️
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (30 - 30)+0.3%✅⬆️
Comparison explanation

Execution-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:

  • Welch test with statistical test for significance of 5%
  • Only results indicating a difference greater than 5% and 5 ms are considered.

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 charts
FakeDbCommand (.NET Framework 4.8)
gantt
    title Execution time (ms) FakeDbCommand (.NET Framework 4.8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8294) - mean (69ms)  : 67, 70
    master - mean (69ms)  : 66, 71

    section Bailout
    This PR (8294) - mean (73ms)  : 72, 74
    master - mean (73ms)  : 71, 74

    section CallTarget+Inlining+NGEN
    This PR (8294) - mean (1,044ms)  : 994, 1094
    master - mean (1,046ms)  : 977, 1115

Loading
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 (8294) - mean (108ms)  : 105, 110
    master - mean (107ms)  : 104, 110

    section Bailout
    This PR (8294) - mean (108ms)  : 106, 110
    master - mean (108ms)  : 106, 110

    section CallTarget+Inlining+NGEN
    This PR (8294) - mean (771ms)  : 754, 788
    master - mean (769ms)  : 751, 788

Loading
FakeDbCommand (.NET 6)
gantt
    title Execution time (ms) FakeDbCommand (.NET 6)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8294) - mean (95ms)  : 93, 97
    master - mean (94ms)  : 92, 97

    section Bailout
    This PR (8294) - mean (95ms)  : 94, 97
    master - mean (96ms)  : 94, 97

    section CallTarget+Inlining+NGEN
    This PR (8294) - mean (759ms)  : 742, 775
    master - mean (751ms)  : 730, 771

Loading
FakeDbCommand (.NET 8)
gantt
    title Execution time (ms) FakeDbCommand (.NET 8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8294) - mean (94ms)  : 91, 97
    master - mean (93ms)  : 91, 95

    section Bailout
    This PR (8294) - mean (95ms)  : 94, 97
    master - mean (95ms)  : 93, 96

    section CallTarget+Inlining+NGEN
    This PR (8294) - mean (668ms)  : 648, 688
    master - mean (655ms)  : 636, 674

Loading
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 (8294) - mean (192ms)  : 189, 196
    master - mean (194ms)  : 190, 198

    section Bailout
    This PR (8294) - mean (197ms)  : 193, 201
    master - mean (196ms)  : 193, 199

    section CallTarget+Inlining+NGEN
    This PR (8294) - mean (1,168ms)  : 1093, 1243
    master - mean (1,153ms)  : 1094, 1212

Loading
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 (8294) - mean (276ms)  : 272, 281
    master - mean (276ms)  : 271, 280

    section Bailout
    This PR (8294) - mean (277ms)  : 273, 281
    master - mean (276ms)  : 271, 281

    section CallTarget+Inlining+NGEN
    This PR (8294) - mean (944ms)  : 920, 968
    master - mean (937ms)  : 913, 961

Loading
HttpMessageHandler (.NET 6)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 6)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8294) - mean (270ms)  : 266, 274
    master - mean (270ms)  : 264, 276

    section Bailout
    This PR (8294) - mean (270ms)  : 267, 273
    master - mean (272ms)  : 263, 280

    section CallTarget+Inlining+NGEN
    This PR (8294) - mean (967ms)  : 946, 987
    master - mean (966ms)  : 936, 995

Loading
HttpMessageHandler (.NET 8)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8294) - mean (268ms)  : 264, 273
    master - mean (268ms)  : 262, 273

    section Bailout
    This PR (8294) - mean (270ms)  : 265, 274
    master - mean (268ms)  : 264, 271

    section CallTarget+Inlining+NGEN
    This PR (8294) - mean (850ms)  : 832, 867
    master - mean (848ms)  : 825, 870

Loading

@NachoEchevarria
NachoEchevarria marked this pull request as ready for review March 24, 2026 09:52
@NachoEchevarria
NachoEchevarria requested a review from a team as a code owner March 24, 2026 09:52
@NachoEchevarria
NachoEchevarria merged commit 6b6d608 into master Mar 24, 2026
139 checks passed
@NachoEchevarria
NachoEchevarria deleted the dd/fix/api-security-endpoint-telemetry-timeout branch March 24, 2026 11:52
@github-actions github-actions Bot added this to the vNext-v3 milestone Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI Generated Largely based on code generated by an AI or LLM. This label is the same across all dd-trace-* repos area:tests unit tests, integration tests Bits AI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants