Skip to content

[Dynamic Instrumentation] clarify unbound line probe diagnostics#8415

Merged
dudikeleti merged 4 commits into
masterfrom
fix/line-probe-unbound-message
Apr 15, 2026
Merged

[Dynamic Instrumentation] clarify unbound line probe diagnostics#8415
dudikeleti merged 4 commits into
masterfrom
fix/line-probe-unbound-message

Conversation

@dudikeleti

@dudikeleti dudikeleti commented Apr 7, 2026

Copy link
Copy Markdown
Contributor

Summary of changes

  • Clarify the unbound line probe fallback in LineProbeResolver so unresolved probes no longer imply the target assembly is simply unloaded when same-file-name diagnostics are available.
  • Rename the ambiguous unbound resolver reason to AssemblyNotLoadedOrSymbolsUnavailable.
  • Preserve SameFileNameMatchCount and SameFileNameExamples as supporting diagnostics, and add a conditional message hint when loaded symbolicated assemblies share the same file name.
  • Extend LineProbeResolverTest to cover both the same-file-name hint path and the generic no-match fallback.

Reason for change

  • Filename-only matches are not strong enough evidence to prove a source-path mismatch.
  • Returning a mismatch-specific reason in that case can misdirect support/debugging toward the wrong root cause when the real issue is that the assembly is not yet loaded or symbols are unavailable.

Implementation details

  • Keep LiveProbeResolveStatus.Unbound and return LineProbeResolveReason.AssemblyNotLoadedOrSymbolsUnavailable for unresolved line probes.
  • Append a source-path hint only when AssemblySearchDiagnostics.SameFileNameMatchCount > 0, so the additional context remains diagnostic rather than authoritative.
  • Preserve the existing behavior for missing source files, missing PDBs, and missing sequence points.

Test coverage

  • Passed: dotnet test "tracer/test/Datadog.Trace.Debugger.IntegrationTests/Datadog.Trace.Debugger.IntegrationTests.csproj" --filter "FullyQualifiedName~LineProbeResolverTest"

Other details

@dudikeleti dudikeleti changed the title fix(debugger): clarify unbound line probe messages fix(debugger): clarify unbound line probe reasons Apr 7, 2026
@dudikeleti
dudikeleti requested a review from Copilot April 7, 2026 10:10

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request improves debugger logging clarity by distinguishing between two types of unbound line probe failures: cases where a loaded, symbolicated assembly exists but with a mismatched source file path, versus cases where the assembly is genuinely missing or symbols are unavailable. This change allows support engineers and developers to quickly diagnose the root cause rather than being misled toward incorrect root causes.

Changes:

  • Split the ambiguous AssemblyNotLoadedOrSourceFileMismatch enum value into two specific reasons: AssemblyNotLoadedOrSymbolsUnavailable and LoadedAssemblySourceFileMismatch
  • Implemented logic in LineProbeResolver.TryResolveLineProbe to differentiate between these two cases based on whether SameFileNameMatchCount > 0
  • Added two new message builder methods with distinct, descriptive messages for each failure reason
  • Updated test MismatchedPathReturnsUnboundWithFileNameDiagnostics to expect the new reason and verify the mismatch-specific message
  • Added new test UnknownFileReturnsUnboundWithGenericMessage to cover the fallback case where no matching files are found

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
tracer/src/Datadog.Trace/Debugger/Models/LiveProbeResolveStatus.cs Updated enum to rename and split the unbound reason values for clarity
tracer/src/Datadog.Trace/Debugger/LineProbeResolver.cs Implemented conditional logic to assign the appropriate reason based on diagnostics, and added message builder methods
tracer/test/Datadog.Trace.Debugger.IntegrationTests/LineProbeResolverTest.cs Updated existing test and added new test to cover both cases

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@dd-trace-dotnet-ci-bot

Copy link
Copy Markdown

Execution-Time Benchmarks Report ⏱️

Execution-time results for samples comparing This PR (8415) 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
duration72.29 ± (72.25 - 72.61) ms72.19 ± (72.07 - 72.41) ms-0.1%
.NET Framework 4.8 - Bailout
duration76.69 ± (76.48 - 76.84) ms75.99 ± (75.90 - 76.32) ms-0.9%
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1062.49 ± (1063.55 - 1069.14) ms1067.55 ± (1067.05 - 1072.20) ms+0.5%✅⬆️
.NET Core 3.1 - Baseline
process.internal_duration_ms22.40 ± (22.36 - 22.44) ms22.19 ± (22.16 - 22.22) ms-0.9%
process.time_to_main_ms83.81 ± (83.62 - 84.00) ms83.73 ± (83.55 - 83.91) ms-0.1%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.89 ± (10.89 - 10.90) MB10.93 ± (10.93 - 10.93) MB+0.3%✅⬆️
runtime.dotnet.threads.count12 ± (12 - 12)12 ± (12 - 12)+0.0%
.NET Core 3.1 - Bailout
process.internal_duration_ms22.31 ± (22.27 - 22.35) ms22.15 ± (22.11 - 22.19) ms-0.7%
process.time_to_main_ms84.90 ± (84.70 - 85.10) ms84.60 ± (84.43 - 84.78) ms-0.3%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.87 ± (10.86 - 10.87) MB10.95 ± (10.95 - 10.96) MB+0.8%✅⬆️
runtime.dotnet.threads.count13 ± (13 - 13)13 ± (13 - 13)+0.0%
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms224.53 ± (223.23 - 225.84) ms225.47 ± (224.24 - 226.70) ms+0.4%✅⬆️
process.time_to_main_ms515.80 ± (514.61 - 516.98) ms516.52 ± (515.35 - 517.70) ms+0.1%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed47.88 ± (47.84 - 47.92) MB48.39 ± (48.36 - 48.42) MB+1.1%✅⬆️
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)+0.1%✅⬆️
.NET 6 - Baseline
process.internal_duration_ms20.91 ± (20.87 - 20.94) ms21.11 ± (21.07 - 21.15) ms+1.0%✅⬆️
process.time_to_main_ms71.75 ± (71.60 - 71.89) ms72.50 ± (72.34 - 72.66) ms+1.0%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.61 ± (10.60 - 10.61) MB10.64 ± (10.64 - 10.64) MB+0.3%✅⬆️
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 6 - Bailout
process.internal_duration_ms20.95 ± (20.91 - 20.98) ms20.85 ± (20.81 - 20.89) ms-0.4%
process.time_to_main_ms72.97 ± (72.79 - 73.15) ms72.80 ± (72.64 - 72.96) ms-0.2%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.70 ± (10.70 - 10.71) MB10.76 ± (10.76 - 10.76) MB+0.5%✅⬆️
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms389.19 ± (387.12 - 391.26) ms389.73 ± (387.58 - 391.88) ms+0.1%✅⬆️
process.time_to_main_ms515.46 ± (514.56 - 516.36) ms517.35 ± (516.47 - 518.23) ms+0.4%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed49.84 ± (49.81 - 49.87) MB50.06 ± (50.04 - 50.09) MB+0.4%✅⬆️
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)+0.1%✅⬆️
.NET 8 - Baseline
process.internal_duration_ms19.26 ± (19.23 - 19.29) ms19.16 ± (19.12 - 19.19) ms-0.6%
process.time_to_main_ms71.85 ± (71.67 - 72.03) ms71.02 ± (70.89 - 71.14) ms-1.2%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.68 ± (7.68 - 7.69) MB7.69 ± (7.69 - 7.70) MB+0.1%✅⬆️
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 8 - Bailout
process.internal_duration_ms19.12 ± (19.08 - 19.15) ms19.28 ± (19.25 - 19.32) ms+0.9%✅⬆️
process.time_to_main_ms72.23 ± (72.10 - 72.37) ms72.41 ± (72.25 - 72.57) ms+0.2%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.73 ± (7.72 - 7.73) MB7.74 ± (7.73 - 7.74) MB+0.1%✅⬆️
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms306.86 ± (304.63 - 309.09) ms307.14 ± (304.72 - 309.56) ms+0.1%✅⬆️
process.time_to_main_ms477.29 ± (476.54 - 478.04) ms478.25 ± (477.38 - 479.12) ms+0.2%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed37.03 ± (37.00 - 37.05) MB37.00 ± (36.97 - 37.02) MB-0.1%
runtime.dotnet.threads.count27 ± (27 - 27)27 ± (27 - 27)-0.2%

HttpMessageHandler

Metric Master (Mean ± 95% CI) Current (Mean ± 95% CI) Change Status
.NET Framework 4.8 - Baseline
duration189.63 ± (189.56 - 190.28) ms189.59 ± (190.05 - 190.89) ms-0.0%
.NET Framework 4.8 - Bailout
duration193.19 ± (193.12 - 193.51) ms192.80 ± (192.64 - 192.93) ms-0.2%
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1136.69 ± (1141.07 - 1150.90) ms1132.98 ± (1132.49 - 1138.45) ms-0.3%
.NET Core 3.1 - Baseline
process.internal_duration_ms184.99 ± (184.71 - 185.26) ms185.03 ± (184.75 - 185.31) ms+0.0%✅⬆️
process.time_to_main_ms79.28 ± (79.10 - 79.46) ms79.34 ± (79.18 - 79.50) ms+0.1%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.07 ± (16.04 - 16.09) MB16.14 ± (16.12 - 16.17) MB+0.5%✅⬆️
runtime.dotnet.threads.count20 ± (19 - 20)20 ± (20 - 20)+0.4%✅⬆️
.NET Core 3.1 - Bailout
process.internal_duration_ms184.18 ± (183.98 - 184.39) ms184.25 ± (184.02 - 184.48) ms+0.0%✅⬆️
process.time_to_main_ms80.62 ± (80.54 - 80.70) ms80.57 ± (80.48 - 80.67) ms-0.1%
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed15.99 ± (15.86 - 16.12) MB16.03 ± (15.92 - 16.15) MB+0.3%✅⬆️
runtime.dotnet.threads.count20 ± (20 - 20)20 ± (20 - 20)+0.1%✅⬆️
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms388.46 ± (387.03 - 389.89) ms390.55 ± (389.31 - 391.78) ms+0.5%✅⬆️
process.time_to_main_ms501.31 ± (500.27 - 502.35) ms500.98 ± (499.96 - 502.01) ms-0.1%
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed57.82 ± (57.61 - 58.03) MB58.54 ± (58.33 - 58.76) MB+1.3%✅⬆️
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (30 - 30)-0.1%
.NET 6 - Baseline
process.internal_duration_ms189.48 ± (189.23 - 189.74) ms188.95 ± (188.74 - 189.17) ms-0.3%
process.time_to_main_ms69.07 ± (68.96 - 69.18) ms69.00 ± (68.85 - 69.15) ms-0.1%
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed15.84 ± (15.67 - 16.01) MB16.27 ± (16.14 - 16.39) MB+2.7%✅⬆️
runtime.dotnet.threads.count18 ± (18 - 18)19 ± (19 - 19)+4.1%✅⬆️
.NET 6 - Bailout
process.internal_duration_ms188.90 ± (188.71 - 189.09) ms188.25 ± (188.07 - 188.44) ms-0.3%
process.time_to_main_ms70.06 ± (70.00 - 70.12) ms69.88 ± (69.84 - 69.93) ms-0.3%
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed15.71 ± (15.54 - 15.88) MB15.49 ± (15.31 - 15.67) MB-1.4%
runtime.dotnet.threads.count19 ± (18 - 19)18 ± (18 - 19)-0.8%
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms601.33 ± (598.64 - 604.02) ms596.08 ± (593.04 - 599.12) ms-0.9%
process.time_to_main_ms502.36 ± (501.71 - 503.00) ms502.91 ± (502.16 - 503.65) ms+0.1%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed61.55 ± (61.45 - 61.64) MB61.62 ± (61.52 - 61.72) MB+0.1%✅⬆️
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (30 - 30)+0.1%✅⬆️
.NET 8 - Baseline
process.internal_duration_ms187.22 ± (186.97 - 187.48) ms186.85 ± (186.62 - 187.08) ms-0.2%
process.time_to_main_ms68.72 ± (68.55 - 68.89) ms68.70 ± (68.53 - 68.87) ms-0.0%
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.85 ± (11.82 - 11.88) MB11.74 ± (11.65 - 11.84) MB-0.9%
runtime.dotnet.threads.count18 ± (18 - 18)18 ± (17 - 18)-3.4%
.NET 8 - Bailout
process.internal_duration_ms186.28 ± (186.10 - 186.47) ms185.89 ± (185.73 - 186.06) ms-0.2%
process.time_to_main_ms69.44 ± (69.38 - 69.51) ms69.53 ± (69.46 - 69.59) ms+0.1%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.69 ± (11.58 - 11.79) MB11.52 ± (11.39 - 11.64) MB-1.5%
runtime.dotnet.threads.count18 ± (18 - 19)18 ± (18 - 18)-1.4%
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms521.37 ± (518.81 - 523.93) ms521.53 ± (519.08 - 523.98) ms+0.0%✅⬆️
process.time_to_main_ms461.52 ± (460.83 - 462.20) ms461.41 ± (460.82 - 462.00) ms-0.0%
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed50.69 ± (50.67 - 50.72) MB50.85 ± (50.82 - 50.88) MB+0.3%✅⬆️
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (29 - 30)-0.1%
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 (8415) - mean (72ms)  : 70, 75
    master - mean (72ms)  : 70, 75

    section Bailout
    This PR (8415) - mean (76ms)  : 74, 78
    master - mean (77ms)  : 75, 78

    section CallTarget+Inlining+NGEN
    This PR (8415) - mean (1,070ms)  : 1033, 1106
    master - mean (1,066ms)  : 1027, 1106

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 (8415) - mean (112ms)  : 109, 116
    master - mean (113ms)  : 110, 116

    section Bailout
    This PR (8415) - mean (114ms)  : 112, 116
    master - mean (114ms)  : 111, 117

    section CallTarget+Inlining+NGEN
    This PR (8415) - mean (779ms)  : 759, 799
    master - mean (778ms)  : 755, 801

Loading
FakeDbCommand (.NET 6)
gantt
    title Execution time (ms) FakeDbCommand (.NET 6)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8415) - mean (100ms)  : 97, 103
    master - mean (99ms)  : 96, 102

    section Bailout
    This PR (8415) - mean (100ms)  : 97, 103
    master - mean (100ms)  : 97, 102

    section CallTarget+Inlining+NGEN
    This PR (8415) - mean (936ms)  : 898, 974
    master - mean (933ms)  : 900, 966

Loading
FakeDbCommand (.NET 8)
gantt
    title Execution time (ms) FakeDbCommand (.NET 8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8415) - mean (98ms)  : 94, 102
    master - mean (99ms)  : 95, 102

    section Bailout
    This PR (8415) - mean (99ms)  : 97, 102
    master - mean (99ms)  : 97, 101

    section CallTarget+Inlining+NGEN
    This PR (8415) - mean (816ms)  : 777, 855
    master - mean (814ms)  : 778, 850

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 (8415) - mean (190ms)  : 185, 196
    master - mean (190ms)  : 186, 193

    section Bailout
    This PR (8415) - mean (193ms)  : 191, 194
    master - mean (193ms)  : 191, 195

    section CallTarget+Inlining+NGEN
    This PR (8415) - mean (1,135ms)  : 1093, 1178
    master - mean (1,146ms)  : 1072, 1220

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 (8415) - mean (272ms)  : 269, 276
    master - mean (272ms)  : 268, 276

    section Bailout
    This PR (8415) - mean (272ms)  : 269, 276
    master - mean (272ms)  : 270, 275

    section CallTarget+Inlining+NGEN
    This PR (8415) - mean (920ms)  : 902, 937
    master - mean (919ms)  : 892, 946

Loading
HttpMessageHandler (.NET 6)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 6)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8415) - mean (266ms)  : 261, 271
    master - mean (266ms)  : 262, 271

    section Bailout
    This PR (8415) - mean (266ms)  : 264, 268
    master - mean (267ms)  : 264, 269

    section CallTarget+Inlining+NGEN
    This PR (8415) - mean (1,130ms)  : 1086, 1173
    master - mean (1,133ms)  : 1093, 1173

Loading
HttpMessageHandler (.NET 8)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8415) - mean (265ms)  : 260, 269
    master - mean (265ms)  : 262, 269

    section Bailout
    This PR (8415) - mean (264ms)  : 262, 267
    master - mean (265ms)  : 262, 268

    section CallTarget+Inlining+NGEN
    This PR (8415) - mean (1,015ms)  : 979, 1050
    master - mean (1,016ms)  : 966, 1066

Loading

@pr-commenter

pr-commenter Bot commented Apr 7, 2026

Copy link
Copy Markdown

Benchmarks

Benchmark execution time: 2026-04-15 12:39:46

Comparing candidate commit f8af3a7 in PR branch fix/line-probe-unbound-message with baseline commit 6963bde in branch master.

Found 0 performance improvements and 1 performance regressions! Performance is the same for 26 metrics, 0 unstable metrics, 87 known flaky benchmarks.

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.HttpClientBenchmark.SendAsync net472

  • 🟥 throughput [-4755.768op/s; -4469.405op/s] or [-5.429%; -5.102%]

Known flaky benchmarks

These benchmarks are marked as flaky and will not trigger a failure. Modify FLAKY_BENCHMARKS_REGEX to control which benchmarks are marked as flaky.

scenario:Benchmarks.Trace.ActivityBenchmark.StartStopWithChild net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.008%; +0.005%]
  • ignore execution_time [-1335.703µs; -330.704µs] or [-0.664%; -0.164%]
  • ignore throughput [+420.619op/s; +872.811op/s] or [+0.499%; +1.035%]

scenario:Benchmarks.Trace.ActivityBenchmark.StartStopWithChild net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.007%]
  • ignore execution_time [-1.897ms; +5.263ms] or [-0.947%; +2.626%]
  • 🟩 throughput [+7908.585op/s; +11013.792op/s] or [+6.647%; +9.258%]

scenario:Benchmarks.Trace.ActivityBenchmark.StartStopWithChild netcoreapp3.1

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.007%]
  • ignore execution_time [+0.796ms; +2.974ms] or [+0.401%; +1.496%]
  • ignore throughput [-737.217op/s; +447.252op/s] or [-0.750%; +0.455%]

scenario:Benchmarks.Trace.AgentWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • ignore allocated_mem [-20 bytes; -19 bytes] or [-0.613%; -0.600%]
  • 🟥 execution_time [+309.924ms; +313.614ms] or [+153.795%; +155.626%]
  • ignore throughput [+2.897op/s; +8.001op/s] or [+0.521%; +1.440%]

scenario:Benchmarks.Trace.AgentWriterBenchmark.WriteAndFlushEnrichedTraces net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.009%; +0.002%]
  • 🟥 execution_time [+383.542ms; +385.432ms] or [+303.022%; +304.515%]
  • ignore throughput [+13.037op/s; +16.535op/s] or [+1.719%; +2.180%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.009%; +0.002%]
  • 🟥 execution_time [+399.482ms; +401.695ms] or [+353.526%; +355.485%]
  • ignore throughput [+4.049op/s; +6.826op/s] or [+0.572%; +0.964%]

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

  • 🟥 allocated_mem [+1.308KB; +1.308KB] or [+27.529%; +27.541%]
  • ignore execution_time [-441.894µs; +220.052µs] or [-0.221%; +0.110%]
  • ignore throughput [-3805.006op/s; -3380.192op/s] or [-2.960%; -2.630%]

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

  • 🟥 allocated_mem [+471 bytes; +472 bytes] or [+9.977%; +9.987%]
  • 🟩 execution_time [-16.493ms; -12.322ms] or [-7.703%; -5.755%]
  • ignore throughput [+5867.854op/s; +8678.552op/s] or [+4.283%; +6.335%]

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

  • 🟥 allocated_mem [+1.272KB; +1.272KB] or [+27.502%; +27.510%]
  • ignore execution_time [-11.155ms; -6.995ms] or [-5.312%; -3.331%]
  • ignore throughput [-1359.356op/s; +910.851op/s] or [-1.229%; +0.824%]

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

  • 🟥 allocated_mem [+1.307KB; +1.307KB] or [+105.746%; +105.759%]
  • ignore execution_time [-1212.565µs; -633.510µs] or [-0.604%; -0.315%]
  • 🟥 throughput [-245782.398op/s; -242144.159op/s] or [-25.096%; -24.724%]

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

  • 🟥 allocated_mem [+471 bytes; +472 bytes] or [+38.558%; +38.566%]
  • 🟩 execution_time [-26.074ms; -21.188ms] or [-11.628%; -9.449%]
  • 🟥 throughput [-86334.319op/s; -63406.283op/s] or [-9.223%; -6.774%]

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

  • 🟥 allocated_mem [+1.272KB; +1.272KB] or [+105.292%; +105.304%]
  • ignore execution_time [-3.352ms; +1.033ms] or [-1.673%; +0.516%]
  • 🟥 throughput [-139047.390op/s; -122884.324op/s] or [-19.978%; -17.656%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.007%; +0.003%]
  • ignore execution_time [-948.605µs; +76.306µs] or [-0.473%; +0.038%]
  • ignore throughput [-597.321op/s; +200.175op/s] or [-0.402%; +0.135%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.003%]
  • ignore execution_time [-1828.559µs; +1720.364µs] or [-0.923%; +0.868%]
  • 🟩 throughput [+12142.604op/s; +15173.413op/s] or [+7.726%; +9.655%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.007%; +0.003%]
  • ignore execution_time [+0.856ms; +4.876ms] or [+0.436%; +2.486%]
  • 🟩 throughput [+7796.631op/s; +10446.556op/s] or [+6.211%; +8.322%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.008%; +0.004%]
  • ignore execution_time [-245.527µs; -26.752µs] or [-0.123%; -0.013%]
  • ignore throughput [+79528.415op/s; +97076.686op/s] or [+2.419%; +2.953%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.008%]
  • ignore execution_time [-3731.536µs; +3201.912µs] or [-1.845%; +1.583%]
  • 🟩 throughput [+432230.023op/s; +500209.638op/s] or [+14.412%; +16.679%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.004%]
  • 🟩 execution_time [-19.037ms; -14.600ms] or [-8.776%; -6.730%]
  • 🟩 throughput [+182366.115op/s; +239031.498op/s] or [+7.239%; +9.488%]

scenario:Benchmarks.Trace.Asm.AppSecEncoderBenchmark.EncodeArgs net472

  • ignore allocated_mem [+1 bytes; +4 bytes] or [+0.004%; +0.012%]
  • 🟥 execution_time [+299.774ms; +300.482ms] or [+149.787%; +150.141%]
  • ignore throughput [+153.962op/s; +173.444op/s] or [+1.700%; +1.916%]

scenario:Benchmarks.Trace.Asm.AppSecEncoderBenchmark.EncodeArgs net6.0

  • ignore allocated_mem [-1 bytes; +2 bytes] or [-0.004%; +0.008%]
  • 🟥 execution_time [+300.366ms; +303.767ms] or [+151.475%; +153.191%]
  • ignore throughput [+360.018op/s; +572.250op/s] or [+2.754%; +4.377%]

scenario:Benchmarks.Trace.Asm.AppSecEncoderBenchmark.EncodeArgs netcoreapp3.1

  • ignore allocated_mem [-1 bytes; +2 bytes] or [-0.004%; +0.008%]
  • 🟥 execution_time [+299.706ms; +302.180ms] or [+150.969%; +152.215%]
  • ignore throughput [+56.297op/s; +184.953op/s] or [+0.544%; +1.786%]

scenario:Benchmarks.Trace.Asm.AppSecEncoderBenchmark.EncodeLegacyArgs net472

  • ignore allocated_mem [+2 bytes; +3 bytes] or [+0.137%; +0.150%]
  • 🟥 execution_time [+297.459ms; +298.365ms] or [+146.100%; +146.545%]
  • ignore throughput [+16.218op/s; +26.278op/s] or [+0.430%; +0.697%]

scenario:Benchmarks.Trace.Asm.AppSecEncoderBenchmark.EncodeLegacyArgs net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.009%]
  • 🟥 execution_time [+297.440ms; +300.132ms] or [+145.407%; +146.724%]
  • ignore throughput [+110.391op/s; +150.201op/s] or [+1.604%; +2.182%]

scenario:Benchmarks.Trace.Asm.AppSecEncoderBenchmark.EncodeLegacyArgs netcoreapp3.1

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.009%]
  • 🟥 execution_time [+299.973ms; +301.600ms] or [+149.926%; +150.739%]
  • ignore throughput [+35.539op/s; +53.668op/s] or [+0.705%; +1.065%]

scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmark net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [+4.725µs; +9.287µs] or [+0.970%; +1.907%]
  • ignore throughput [-37.752op/s; -19.272op/s] or [-1.839%; -0.939%]

scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmark net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.000%; +0.010%]
  • ignore execution_time [+16.988µs; +43.623µs] or [+3.896%; +10.005%]
  • ignore throughput [-215.250op/s; -95.396op/s] or [-9.358%; -4.147%]

scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmark netcoreapp3.1

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.003%]
  • ignore execution_time [+8.283µs; +30.247µs] or [+1.775%; +6.480%]
  • ignore throughput [-148.853op/s; -68.086op/s] or [-6.871%; -3.143%]

scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmarkWithAttack net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-7.249µs; -3.123µs] or [-1.957%; -0.843%]
  • ignore throughput [+24.063op/s; +53.772op/s] or [+0.891%; +1.991%]

scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmarkWithAttack net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.007%]
  • 🟥 execution_time [+21.557µs; +45.237µs] or [+6.882%; +14.442%]
  • 🟥 throughput [-421.427op/s; -222.369op/s] or [-13.137%; -6.932%]

scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmarkWithAttack netcoreapp3.1

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.003%]
  • ignore execution_time [-16.520µs; +5.854µs] or [-4.519%; +1.601%]
  • ignore throughput [-76.846op/s; +56.674op/s] or [-2.758%; +2.034%]

scenario:Benchmarks.Trace.AspNetCoreBenchmark.SendRequest net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • 🟥 execution_time [+299.938ms; +300.573ms] or [+149.700%; +150.017%]
  • ignore throughput [-1295212.597op/s; -731915.856op/s] or [-0.649%; -0.367%]

scenario:Benchmarks.Trace.AspNetCoreBenchmark.SendRequest net6.0

  • ignore allocated_mem [+79 bytes; +81 bytes] or [+0.442%; +0.453%]
  • unstable execution_time [+369.079ms; +400.390ms] or [+401.019%; +435.040%]
  • 🟩 throughput [+1126.803op/s; +1262.273op/s] or [+9.259%; +10.372%]

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

  • ignore allocated_mem [+20 bytes; +22 bytes] or [+0.099%; +0.110%]
  • 🟥 execution_time [+370.383ms; +374.000ms] or [+281.229%; +283.974%]
  • 🟩 throughput [+649.026op/s; +851.418op/s] or [+6.283%; +8.242%]

scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • ignore allocated_mem [+2.784KB; +2.789KB] or [+4.946%; +4.954%]
  • unstable execution_time [+343.240ms; +409.665ms] or [+157.818%; +188.360%]
  • 🟥 throughput [-490.568op/s; -439.182op/s] or [-44.450%; -39.794%]

scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces net6.0

  • ignore allocated_mem [-1.270KB; -1.268KB] or [-2.995%; -2.990%]
  • unstable execution_time [+201.428ms; +334.627ms] or [+85.840%; +142.604%]
  • 🟥 throughput [-745.192op/s; -661.777op/s] or [-49.705%; -44.141%]

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

  • ignore allocated_mem [+230 bytes; +234 bytes] or [+0.545%; +0.553%]
  • 🟥 execution_time [+339.396ms; +348.525ms] or [+202.998%; +208.458%]
  • 🟥 throughput [-407.874op/s; -372.194op/s] or [-28.400%; -25.915%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-51.756µs; -35.963µs] or [-2.605%; -1.810%]
  • ignore throughput [+9.485op/s; +13.641op/s] or [+1.885%; +2.711%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-45.009µs; -28.447µs] or [-3.092%; -1.954%]
  • ignore throughput [+14.326op/s; +22.326op/s] or [+2.085%; +3.250%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice netcoreapp3.1

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-193.097µs; -94.115µs] or [-6.718%; -3.274%]
  • ignore throughput [+12.596op/s; +33.919op/s] or [+3.621%; +9.750%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSliceWithPool net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-10.883µs; -0.600µs] or [-0.940%; -0.052%]
  • ignore throughput [+0.931op/s; +8.454op/s] or [+0.108%; +0.979%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • 🟩 execution_time [-94.653µs; -58.662µs] or [-8.779%; -5.441%]
  • 🟩 throughput [+60.139op/s; +99.912op/s] or [+6.484%; +10.773%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSliceWithPool netcoreapp3.1

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • ignore execution_time [-99.098µs; +5.751µs] or [-5.309%; +0.308%]
  • unstable throughput [+5.728op/s; +65.794op/s] or [+1.069%; +12.281%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OriginalCharSlice net472

  • ignore allocated_mem [-43 bytes; +21 bytes] or [-0.007%; +0.003%]
  • ignore execution_time [+50.340µs; +69.241µs] or [+1.966%; +2.705%]
  • ignore throughput [-10.161op/s; -7.422op/s] or [-2.601%; -1.900%]

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

  • ignore allocated_mem [-38 bytes; +46 bytes] or [-0.006%; +0.007%]
  • ignore execution_time [-79.125µs; -19.555µs] or [-4.008%; -0.991%]
  • ignore throughput [+8.498op/s; +23.364op/s] or [+1.678%; +4.612%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OriginalCharSlice netcoreapp3.1

  • ignore allocated_mem [-42 bytes; +23 bytes] or [-0.007%; +0.004%]
  • ignore execution_time [-152.153µs; -107.959µs] or [-3.858%; -2.738%]
  • ignore throughput [+7.448op/s; +10.266op/s] or [+2.937%; +4.048%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearch net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.001%; +0.008%]
  • 🟥 execution_time [+304.046ms; +305.708ms] or [+153.112%; +153.949%]
  • ignore throughput [+5977.986op/s; +7649.833op/s] or [+1.924%; +2.462%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearch net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.004%]
  • 🟥 execution_time [+301.705ms; +302.920ms] or [+151.185%; +151.794%]
  • 🟩 throughput [+46850.202op/s; +51688.165op/s] or [+7.386%; +8.149%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearch netcoreapp3.1

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.004%]
  • 🟥 execution_time [+302.216ms; +305.587ms] or [+151.820%; +153.514%]
  • ignore throughput [+10906.244op/s; +18888.531op/s] or [+2.297%; +3.979%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearchAsync net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.008%; +0.004%]
  • 🟥 execution_time [+300.982ms; +302.209ms] or [+151.143%; +151.759%]
  • ignore throughput [+1419.567op/s; +3357.052op/s] or [+0.476%; +1.125%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearchAsync net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.007%; +0.006%]
  • 🟥 execution_time [+299.377ms; +300.949ms] or [+148.029%; +148.806%]
  • ignore throughput [+18270.926op/s; +26002.593op/s] or [+2.944%; +4.190%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearchAsync netcoreapp3.1

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.004%]
  • 🟥 execution_time [+304.891ms; +308.509ms] or [+154.532%; +156.366%]
  • ignore throughput [-8795.198op/s; -528.120op/s] or [-1.899%; -0.114%]

scenario:Benchmarks.Trace.GraphQLBenchmark.ExecuteAsync net472

  • ignore allocated_mem [+0 bytes; +1 bytes] or [+0.108%; +0.119%]
  • 🟥 execution_time [+300.634ms; +302.431ms] or [+150.891%; +151.793%]
  • ignore throughput [+1493.366op/s; +3437.396op/s] or [+0.387%; +0.892%]

scenario:Benchmarks.Trace.GraphQLBenchmark.ExecuteAsync net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.006%]
  • 🟥 execution_time [+301.476ms; +303.362ms] or [+150.258%; +151.198%]
  • 🟩 throughput [+62599.087op/s; +67472.864op/s] or [+12.430%; +13.398%]

scenario:Benchmarks.Trace.GraphQLBenchmark.ExecuteAsync netcoreapp3.1

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.006%]
  • 🟥 execution_time [+301.348ms; +303.990ms] or [+149.918%; +151.233%]
  • ignore throughput [-16515.672op/s; -11644.333op/s] or [-3.909%; -2.756%]

scenario:Benchmarks.Trace.ILoggerBenchmark.EnrichedLog net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.006%]
  • ignore execution_time [-903.819µs; -45.127µs] or [-0.449%; -0.022%]
  • ignore throughput [-2553.822op/s; -1346.517op/s] or [-1.027%; -0.541%]

scenario:Benchmarks.Trace.ILoggerBenchmark.EnrichedLog net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.003%]
  • 🟩 execution_time [-16.736ms; -13.080ms] or [-7.783%; -6.082%]
  • 🟩 throughput [+22510.493op/s; +29449.519op/s] or [+6.175%; +8.079%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.008%]
  • ignore execution_time [-0.396ms; +3.578ms] or [-0.198%; +1.795%]
  • ignore throughput [+3833.191op/s; +9904.238op/s] or [+1.399%; +3.615%]

scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatAspectBenchmark net472

  • ignore allocated_mem [-4.459KB; -4.431KB] or [-1.623%; -1.613%]
  • ignore execution_time [+4.595µs; +44.300µs] or [+1.135%; +10.942%]
  • ignore throughput [-236.397op/s; -34.733op/s] or [-9.513%; -1.398%]

scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatAspectBenchmark net6.0

  • 🟩 allocated_mem [-20.006KB; -19.985KB] or [-7.298%; -7.290%]
  • unstable execution_time [-54.699µs; -1.592µs] or [-10.811%; -0.315%]
  • ignore throughput [+25.195op/s; +210.186op/s] or [+1.257%; +10.488%]

scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatAspectBenchmark netcoreapp3.1

  • 🟩 allocated_mem [-27.883KB; -27.868KB] or [-10.165%; -10.159%]
  • ignore execution_time [-54.796µs; +1.023µs] or [-9.496%; +0.177%]
  • ignore throughput [+7.872op/s; +159.923op/s] or [+0.450%; +9.137%]

scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatBenchmark net472

  • ignore allocated_mem [-2 bytes; +2 bytes] or [-0.005%; +0.006%]
  • ignore execution_time [-194.750ns; +1339.417ns] or [-0.337%; +2.320%]
  • ignore throughput [-364.384op/s; +63.427op/s] or [-2.103%; +0.366%]

scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatBenchmark net6.0

  • ignore allocated_mem [-4 bytes; +0 bytes] or [-0.010%; -0.001%]
  • 🟥 execution_time [+5.382µs; +9.240µs] or [+12.722%; +21.842%]
  • 🟥 throughput [-4325.208op/s; -2589.793op/s] or [-18.208%; -10.902%]

scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatBenchmark netcoreapp3.1

  • ignore allocated_mem [-1 bytes; +1 bytes] or [-0.002%; +0.002%]
  • unstable execution_time [-14.668µs; -7.462µs] or [-22.758%; -11.576%]
  • 🟩 throughput [+1989.116op/s; +3515.526op/s] or [+12.204%; +21.569%]

scenario:Benchmarks.Trace.Log4netBenchmark.EnrichedLog net472

  • ignore allocated_mem [+3 bytes; +4 bytes] or [+0.084%; +0.094%]
  • 🟥 execution_time [+301.802ms; +304.238ms] or [+152.547%; +153.779%]
  • ignore throughput [-138.618op/s; -102.585op/s] or [-2.316%; -1.714%]

scenario:Benchmarks.Trace.Log4netBenchmark.EnrichedLog net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.005%]
  • 🟥 execution_time [+303.469ms; +305.623ms] or [+154.465%; +155.561%]
  • ignore throughput [-36.163op/s; +39.382op/s] or [-0.449%; +0.488%]

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

  • ignore allocated_mem [-1 bytes; +0 bytes] or [-0.027%; -0.017%]
  • 🟥 execution_time [+300.868ms; +304.329ms] or [+150.621%; +152.354%]
  • ignore throughput [-119.399op/s; -49.518op/s] or [-1.521%; -0.631%]

scenario:Benchmarks.Trace.RedisBenchmark.SendReceive net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.005%]
  • ignore execution_time [-597.233µs; -140.152µs] or [-0.298%; -0.070%]
  • ignore throughput [-19294.461op/s; -16872.247op/s] or [-5.341%; -4.671%]

scenario:Benchmarks.Trace.RedisBenchmark.SendReceive net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.007%]
  • ignore execution_time [+83.885µs; +727.383µs] or [+0.042%; +0.364%]
  • 🟩 throughput [+57086.298op/s; +60075.764op/s] or [+10.805%; +11.371%]

scenario:Benchmarks.Trace.RedisBenchmark.SendReceive netcoreapp3.1

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.006%]
  • ignore execution_time [+1.997ms; +5.671ms] or [+1.013%; +2.875%]
  • ignore throughput [+1265.064op/s; +9625.567op/s] or [+0.299%; +2.278%]

scenario:Benchmarks.Trace.SerilogBenchmark.EnrichedLog net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.006%]
  • 🟥 execution_time [+300.042ms; +302.052ms] or [+149.544%; +150.546%]
  • ignore throughput [-168.611op/s; +992.418op/s] or [-0.111%; +0.655%]

scenario:Benchmarks.Trace.SerilogBenchmark.EnrichedLog net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+0.000%; +0.009%]
  • 🟥 execution_time [+301.567ms; +303.048ms] or [+151.432%; +152.176%]
  • ignore throughput [+2043.211op/s; +4285.228op/s] or [+0.889%; +1.864%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.003%]
  • 🟥 execution_time [+302.824ms; +305.077ms] or [+153.573%; +154.716%]
  • ignore throughput [+274.826op/s; +2244.277op/s] or [+0.155%; +1.264%]

scenario:Benchmarks.Trace.SingleSpanAspNetCoreBenchmark.SingleSpanAspNetCore net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • 🟥 execution_time [+299.998ms; +300.522ms] or [+149.641%; +149.902%]
  • 🟩 throughput [+61309919.930op/s; +61544840.750op/s] or [+44.650%; +44.821%]

scenario:Benchmarks.Trace.SingleSpanAspNetCoreBenchmark.SingleSpanAspNetCore net6.0

  • ignore allocated_mem [+55 bytes; +57 bytes] or [+0.324%; +0.334%]
  • unstable execution_time [+382.772ms; +412.760ms] or [+476.045%; +513.341%]
  • 🟩 throughput [+1056.855op/s; +1223.938op/s] or [+8.170%; +9.462%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [+nan%; +nan%]
  • 🟥 execution_time [+299.246ms; +300.144ms] or [+149.257%; +149.705%]
  • ignore throughput [+1786852.542op/s; +2724413.244op/s] or [+0.791%; +1.207%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishScope net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.006%]
  • ignore execution_time [-370.571µs; +217.196µs] or [-0.185%; +0.109%]
  • ignore throughput [-12328.364op/s; -9557.001op/s] or [-1.376%; -1.067%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishScope net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.007%]
  • ignore execution_time [-4.559ms; -3.455ms] or [-2.233%; -1.692%]
  • 🟩 throughput [+102797.109op/s; +112672.847op/s] or [+9.598%; +10.520%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.003%; +0.006%]
  • ignore execution_time [+1.366ms; +5.492ms] or [+0.691%; +2.779%]
  • 🟩 throughput [+48816.685op/s; +68062.857op/s] or [+5.650%; +7.878%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishSpan net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.000%; +0.009%]
  • ignore execution_time [-220.717µs; +156.868µs] or [-0.110%; +0.078%]
  • ignore throughput [-19698.023op/s; -16922.207op/s] or [-1.803%; -1.549%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishSpan net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.004%]
  • ignore execution_time [+6.477ms; +10.586ms] or [+3.375%; +5.515%]
  • 🟩 throughput [+79796.401op/s; +110187.625op/s] or [+6.176%; +8.529%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.001%; +0.008%]
  • ignore execution_time [-3.095ms; -1.642ms] or [-1.521%; -0.807%]
  • 🟩 throughput [+85919.265op/s; +93229.013op/s] or [+8.533%; +9.259%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishTwoScopes net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.008%; +0.002%]
  • ignore execution_time [-996.171µs; +258.560µs] or [-0.496%; +0.129%]
  • ignore throughput [+10520.225op/s; +13489.439op/s] or [+2.344%; +3.005%]

scenario:Benchmarks.Trace.SpanBenchmark.StartFinishTwoScopes net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.004%; +0.009%]
  • ignore execution_time [-965.190µs; +499.095µs] or [-0.482%; +0.249%]
  • 🟩 throughput [+58742.686op/s; +63459.012op/s] or [+10.667%; +11.523%]

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

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.006%; +0.004%]
  • ignore execution_time [-1300.604µs; +2787.194µs] or [-0.653%; +1.400%]
  • 🟩 throughput [+22604.620op/s; +32600.132op/s] or [+5.060%; +7.297%]

scenario:Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin net472

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.006%]
  • ignore execution_time [-1289.373µs; -330.589µs] or [-0.643%; -0.165%]
  • ignore throughput [-32772.051op/s; -29267.014op/s] or [-4.796%; -4.283%]

scenario:Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin net6.0

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.007%]
  • ignore execution_time [-0.606ms; +2.940ms] or [-0.303%; +1.471%]
  • 🟩 throughput [+80345.713op/s; +97386.160op/s] or [+8.977%; +10.880%]

scenario:Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin netcoreapp3.1

  • ignore allocated_mem [+0 bytes; +0 bytes] or [-0.005%; +0.005%]
  • ignore execution_time [+1.439ms; +5.337ms] or [+0.731%; +2.711%]
  • ignore throughput [+21243.788op/s; +36028.688op/s] or [+2.966%; +5.031%]

@dudikeleti
dudikeleti marked this pull request as ready for review April 15, 2026 10:03
@dudikeleti
dudikeleti requested a review from a team as a code owner April 15, 2026 10:03
@dudikeleti
dudikeleti requested a review from Copilot April 15, 2026 10:03

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: eb35cb59f2

ℹ️ 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".

Comment thread tracer/src/Datadog.Trace/Debugger/LineProbeResolver.cs Outdated
@dudikeleti
dudikeleti enabled auto-merge (squash) April 15, 2026 10:06

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread tracer/src/Datadog.Trace/Debugger/LineProbeResolver.cs Outdated
Comment thread tracer/test/Datadog.Trace.Debugger.IntegrationTests/LineProbeResolverTest.cs Outdated
Distinguish between a truly unloaded assembly and a loaded assembly whose
PDB document path does not match the probe source path so debugger logs do
not push investigations toward the wrong root cause.

Made-with: Cursor
Return a dedicated resolve reason when a loaded, symbolicated assembly has a
same-file match but the probe source path does not match the PDB document
path, while keeping a separate fallback for unloaded or unsymbolicated cases.

Made-with: Cursor
Avoid implying a probe file is definitively absent from all loaded assemblies when symbols are unavailable, and update the resolver test to assert the intended guidance without depending on the exact phrasing.
@dudikeleti
dudikeleti force-pushed the fix/line-probe-unbound-message branch from eb35cb5 to 0f23d50 Compare April 15, 2026 10:24
@dudikeleti dudikeleti changed the title fix(debugger): clarify unbound line probe reasons [Dynamic Instrumentation] clarify unbound line probe reasons Apr 15, 2026
Treat same-file-name matches as diagnostic hints instead of proof of a source-path mismatch, so unresolved probes keep the generic unbound reason unless we have stronger evidence.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread tracer/src/Datadog.Trace/Debugger/LineProbeResolver.cs
@dudikeleti dudikeleti changed the title [Dynamic Instrumentation] clarify unbound line probe reasons [Dynamic Instrumentation] clarify unbound line probe diagnostics Apr 15, 2026
@dudikeleti
dudikeleti merged commit 55ada2a into master Apr 15, 2026
146 of 147 checks passed
@dudikeleti
dudikeleti deleted the fix/line-probe-unbound-message branch April 15, 2026 13:58
@github-actions github-actions Bot added this to the vNext-v3 milestone Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants