Skip to content

Skip telemetry for span sampling rules#8161

Merged
andrewlock merged 1 commit intomasterfrom
andrew/ignore-sampling-rules-error
Feb 5, 2026
Merged

Skip telemetry for span sampling rules#8161
andrewlock merged 1 commit intomasterfrom
andrew/ignore-sampling-rules-error

Conversation

@andrewlock
Copy link
Member

Summary of changes

Skip sending errors in span sampling rules to telemetry

Reason for change

These rules come from user input, so can easily be wrong, and there's no action on our part

Implementation details

Error => ErrorSkipTelemetry

Test coverage

N/A

Other details

Error tracking

Copy link

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

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: 544c369b90

ℹ️ 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 on lines 123 to 126
catch (Exception e)
{
Log.Error(e, "Unable to parse the span sampling rules.");
Log.ErrorSkipTelemetry(e, "Unable to parse the span sampling rules.");
}

Choose a reason for hiding this comment

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

P2 Badge Keep telemetry for unexpected parsing failures

The new ErrorSkipTelemetry call suppresses telemetry for all exceptions thrown while parsing span sampling rules, not just user input errors. The catch covers the entire parse path, so it will also catch unexpected bugs (e.g., null refs, regex failures, or internal logic errors). The repo’s logging guidelines in AGENTS.md say ErrorSkipTelemetry should be limited to expected environmental/transient errors and should not be used for outer catch blocks that would only catch unexpected exceptions. This change can hide real tracer bugs from telemetry, making production regressions harder to detect. Consider using Log.Error for unexpected exceptions and optionally narrowing the skip to known user-format errors.

Useful? React with 👍 / 👎.

Copy link
Member Author

Choose a reason for hiding this comment

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

Hmmm, that's fair, and we could consider explicitly catching JsonReaderException for example, but basically null values and invalid globs etc are Still all user controlled, so I don't think there's much we can or should consider reporting here.

@github-actions github-actions bot added the area:tracer The core tracer library (Datadog.Trace, does not include OpenTracing, native code, or integrations) label Feb 5, 2026
Copy link
Collaborator

@NachoEchevarria NachoEchevarria left a comment

Choose a reason for hiding this comment

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

Thanks!

@andrewlock andrewlock enabled auto-merge (squash) February 5, 2026 10:09
@pr-commenter
Copy link

pr-commenter bot commented Feb 5, 2026

Benchmarks

Benchmark execution time: 2026-02-05 10:25:09

Comparing candidate commit 544c369 in PR branch andrew/ignore-sampling-rules-error with baseline commit e76a1dc in branch master.

Found 13 performance improvements and 7 performance regressions! Performance is the same for 159 metrics, 13 unstable metrics.

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

  • 🟥 execution_time [+83.840ms; +84.009ms] or [+69.696%; +69.837%]

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

  • 🟥 execution_time [+16.529ms; +22.948ms] or [+8.438%; +11.715%]

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

  • 🟥 execution_time [+14.737ms; +20.800ms] or [+7.427%; +10.483%]

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

  • 🟥 execution_time [+16.149ms; +22.342ms] or [+8.262%; +11.430%]

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

  • 🟩 execution_time [-27.923ms; -27.359ms] or [-13.690%; -13.414%]

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

  • 🟩 execution_time [-26.661ms; -19.947ms] or [-21.267%; -15.911%]

scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • 🟩 execution_time [-40.456ms; -33.811ms] or [-15.874%; -13.267%]
  • 🟩 throughput [+143.720op/s; +173.091op/s] or [+15.222%; +18.333%]

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

  • 🟩 throughput [+250.722op/s; +285.952op/s] or [+18.699%; +21.326%]

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

  • 🟥 throughput [-239.485op/s; -165.712op/s] or [-15.360%; -10.628%]

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

  • 🟩 execution_time [-1063.498µs; -834.672µs] or [-36.546%; -28.683%]

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

  • 🟩 execution_time [-130.587µs; -118.413µs] or [-11.474%; -10.404%]
  • 🟩 throughput [+103.182op/s; +112.497op/s] or [+11.742%; +12.802%]

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

  • 🟥 execution_time [+101.657µs; +106.756µs] or [+5.225%; +5.487%]

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

  • 🟩 execution_time [-8.750µs; -4.338µs] or [-16.372%; -8.117%]
  • 🟩 throughput [+1889.121op/s; +3327.648op/s] or [+9.886%; +17.414%]

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

  • 🟩 execution_time [-84.379ms; -82.138ms] or [-42.301%; -41.178%]

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

  • 🟩 throughput [+19004302.933op/s; +19918333.749op/s] or [+8.438%; +8.844%]

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

  • 🟥 execution_time [+10.741ms; +15.015ms] or [+5.413%; +7.566%]

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

  • 🟩 execution_time [-12.407ms; -11.642ms] or [-5.769%; -5.413%]

@dd-trace-dotnet-ci-bot
Copy link

Execution-Time Benchmarks Report ⏱️

Execution-time results for samples comparing This PR (8161) 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.27 ± (68.30 - 68.54) ms68.19 ± (68.20 - 68.40) ms-0.1%
.NET Framework 4.8 - Bailout
duration72.25 ± (72.19 - 72.43) ms72.00 ± (71.93 - 72.20) ms-0.4%
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1033.04 ± (1035.71 - 1044.32) ms1024.06 ± (1029.24 - 1038.35) ms-0.9%
.NET Core 3.1 - Baseline
process.internal_duration_ms22.47 ± (22.44 - 22.50) ms22.43 ± (22.40 - 22.46) ms-0.2%
process.time_to_main_ms86.94 ± (86.79 - 87.08) ms86.23 ± (86.09 - 86.37) ms-0.8%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed15.53 ± (15.53 - 15.53) MB15.50 ± (15.50 - 15.51) MB-0.2%
runtime.dotnet.threads.count12 ± (12 - 12)12 ± (12 - 12)+0.0%
.NET Core 3.1 - Bailout
process.internal_duration_ms22.45 ± (22.42 - 22.47) ms22.31 ± (22.28 - 22.33) ms-0.6%
process.time_to_main_ms87.91 ± (87.81 - 88.01) ms87.36 ± (87.24 - 87.48) ms-0.6%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed15.57 ± (15.57 - 15.57) MB15.54 ± (15.54 - 15.54) MB-0.2%
runtime.dotnet.threads.count13 ± (13 - 13)13 ± (13 - 13)+0.0%
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms257.57 ± (254.24 - 260.90) ms260.40 ± (257.37 - 263.44) ms+1.1%✅⬆️
process.time_to_main_ms504.60 ± (504.09 - 505.11) ms503.97 ± (503.43 - 504.50) ms-0.1%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed53.32 ± (53.30 - 53.35) MB53.28 ± (53.26 - 53.30) MB-0.1%
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)+0.0%
.NET 6 - Baseline
process.internal_duration_ms20.96 ± (20.93 - 20.99) ms20.93 ± (20.91 - 20.96) ms-0.1%
process.time_to_main_ms74.57 ± (74.42 - 74.71) ms74.14 ± (74.03 - 74.26) ms-0.6%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed15.23 ± (15.23 - 15.24) MB15.22 ± (15.22 - 15.22) MB-0.1%
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 6 - Bailout
process.internal_duration_ms20.92 ± (20.89 - 20.95) ms20.83 ± (20.81 - 20.85) ms-0.4%
process.time_to_main_ms75.64 ± (75.56 - 75.71) ms75.43 ± (75.34 - 75.51) ms-0.3%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed15.34 ± (15.34 - 15.34) MB15.33 ± (15.33 - 15.33) MB-0.1%
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms253.41 ± (252.63 - 254.19) ms254.53 ± (253.75 - 255.30) ms+0.4%✅⬆️
process.time_to_main_ms479.64 ± (479.17 - 480.11) ms480.09 ± (479.44 - 480.74) ms+0.1%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed54.06 ± (54.02 - 54.10) MB54.05 ± (54.03 - 54.08) MB-0.0%
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)-0.2%
.NET 8 - Baseline
process.internal_duration_ms19.26 ± (19.23 - 19.29) ms19.28 ± (19.26 - 19.30) ms+0.1%✅⬆️
process.time_to_main_ms74.05 ± (73.90 - 74.20) ms73.73 ± (73.63 - 73.83) ms-0.4%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed12.28 ± (12.27 - 12.29) MB12.29 ± (12.28 - 12.29) MB+0.1%✅⬆️
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 8 - Bailout
process.internal_duration_ms19.27 ± (19.23 - 19.30) ms19.13 ± (19.10 - 19.16) ms-0.7%
process.time_to_main_ms75.22 ± (75.13 - 75.31) ms74.90 ± (74.81 - 74.98) ms-0.4%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed12.31 ± (12.31 - 12.32) MB12.33 ± (12.32 - 12.34) MB+0.1%✅⬆️
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms181.92 ± (181.15 - 182.68) ms182.59 ± (181.78 - 183.40) ms+0.4%✅⬆️
process.time_to_main_ms459.81 ± (459.31 - 460.31) ms461.54 ± (460.94 - 462.14) ms+0.4%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed41.31 ± (41.28 - 41.33) MB41.29 ± (41.26 - 41.33) MB-0.0%
runtime.dotnet.threads.count27 ± (27 - 27)26 ± (26 - 27)-0.1%

HttpMessageHandler

Metric Master (Mean ± 95% CI) Current (Mean ± 95% CI) Change Status
.NET Framework 4.8 - Baseline
duration198.20 ± (198.17 - 199.09) ms196.63 ± (196.41 - 197.31) ms-0.8%
.NET Framework 4.8 - Bailout
duration202.72 ± (202.47 - 203.46) ms199.75 ± (199.47 - 200.01) ms-1.5%
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1159.85 ± (1160.27 - 1167.60) ms1152.70 ± (1151.71 - 1157.90) ms-0.6%
.NET Core 3.1 - Baseline
process.internal_duration_ms195.47 ± (195.07 - 195.88) ms194.75 ± (194.37 - 195.13) ms-0.4%
process.time_to_main_ms90.63 ± (90.37 - 90.90) ms90.78 ± (90.47 - 91.08) ms+0.2%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed20.73 ± (20.71 - 20.75) MB20.67 ± (20.64 - 20.69) MB-0.3%
runtime.dotnet.threads.count20 ± (20 - 20)20 ± (20 - 20)+0.0%✅⬆️
.NET Core 3.1 - Bailout
process.internal_duration_ms194.32 ± (193.97 - 194.67) ms194.87 ± (194.37 - 195.38) ms+0.3%✅⬆️
process.time_to_main_ms91.34 ± (91.12 - 91.56) ms91.73 ± (91.57 - 91.89) ms+0.4%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed20.79 ± (20.76 - 20.81) MB20.76 ± (20.73 - 20.80) MB-0.1%
runtime.dotnet.threads.count21 ± (21 - 21)21 ± (21 - 21)-0.8%
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms445.16 ± (442.45 - 447.88) ms448.03 ± (445.61 - 450.44) ms+0.6%✅⬆️
process.time_to_main_ms516.72 ± (515.96 - 517.48) ms517.22 ± (516.40 - 518.04) ms+0.1%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed63.34 ± (63.22 - 63.45) MB63.52 ± (63.40 - 63.63) MB+0.3%✅⬆️
runtime.dotnet.threads.count29 ± (29 - 29)29 ± (29 - 29)+0.0%✅⬆️
.NET 6 - Baseline
process.internal_duration_ms200.37 ± (199.94 - 200.81) ms199.76 ± (199.32 - 200.20) ms-0.3%
process.time_to_main_ms78.25 ± (78.06 - 78.45) ms78.72 ± (78.54 - 78.90) ms+0.6%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed20.90 ± (20.88 - 20.92) MB20.89 ± (20.87 - 20.91) MB-0.0%
runtime.dotnet.threads.count19 ± (19 - 20)19 ± (19 - 19)-0.1%
.NET 6 - Bailout
process.internal_duration_ms198.72 ± (198.31 - 199.14) ms199.16 ± (198.71 - 199.61) ms+0.2%✅⬆️
process.time_to_main_ms79.26 ± (79.08 - 79.43) ms79.49 ± (79.30 - 79.67) ms+0.3%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed20.97 ± (20.94 - 20.99) MB20.99 ± (20.97 - 21.01) MB+0.1%✅⬆️
runtime.dotnet.threads.count20 ± (20 - 20)21 ± (20 - 21)+1.0%✅⬆️
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms465.84 ± (463.42 - 468.26) ms465.35 ± (463.46 - 467.24) ms-0.1%
process.time_to_main_ms490.54 ± (489.94 - 491.14) ms491.98 ± (491.17 - 492.78) ms+0.3%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed63.12 ± (62.99 - 63.25) MB63.16 ± (63.04 - 63.27) MB+0.1%✅⬆️
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (30 - 30)+0.0%✅⬆️
.NET 8 - Baseline
process.internal_duration_ms199.28 ± (198.83 - 199.73) ms198.17 ± (197.75 - 198.59) ms-0.6%
process.time_to_main_ms78.35 ± (78.14 - 78.56) ms77.93 ± (77.74 - 78.12) ms-0.5%
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.35 ± (16.33 - 16.36) MB16.29 ± (16.28 - 16.31) MB-0.3%
runtime.dotnet.threads.count19 ± (19 - 19)19 ± (19 - 19)-0.2%
.NET 8 - Bailout
process.internal_duration_ms196.63 ± (196.22 - 197.05) ms196.33 ± (195.94 - 196.72) ms-0.2%
process.time_to_main_ms78.96 ± (78.81 - 79.11) ms78.85 ± (78.73 - 78.97) ms-0.1%
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.42 ± (16.39 - 16.44) MB16.38 ± (16.35 - 16.40) MB-0.2%
runtime.dotnet.threads.count20 ± (20 - 20)20 ± (20 - 20)+0.0%✅⬆️
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms378.45 ± (376.98 - 379.91) ms376.44 ± (374.96 - 377.91) ms-0.5%
process.time_to_main_ms474.34 ± (473.63 - 475.06) ms476.02 ± (475.37 - 476.66) ms+0.4%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed52.97 ± (52.92 - 53.02) MB52.93 ± (52.90 - 52.96) MB-0.1%
runtime.dotnet.threads.count29 ± (29 - 29)29 ± (29 - 29)+0.2%✅⬆️
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 (8161) - mean (68ms)  : 67, 70
    master - mean (68ms)  : 67, 70

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

    section CallTarget+Inlining+NGEN
    This PR (8161) - mean (1,034ms)  : 968, 1099
    master - mean (1,040ms)  : 978, 1102

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 (8161) - mean (115ms)  : 112, 117
    master - mean (115ms)  : 112, 118

    section Bailout
    This PR (8161) - mean (115ms)  : 114, 117
    master - mean (116ms)  : 114, 118

    section CallTarget+Inlining+NGEN
    This PR (8161) - mean (796ms)  : 742, 851
    master - mean (799ms)  : 743, 855

Loading
FakeDbCommand (.NET 6)
gantt
    title Execution time (ms) FakeDbCommand (.NET 6)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8161) - mean (100ms)  : 98, 103
    master - mean (101ms)  : 98, 104

    section Bailout
    This PR (8161) - mean (101ms)  : 100, 102
    master - mean (102ms)  : 101, 103

    section CallTarget+Inlining+NGEN
    This PR (8161) - mean (770ms)  : 748, 793
    master - mean (771ms)  : 751, 792

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

    section Bailout
    This PR (8161) - mean (101ms)  : 99, 102
    master - mean (101ms)  : 100, 102

    section CallTarget+Inlining+NGEN
    This PR (8161) - mean (684ms)  : 665, 703
    master - mean (683ms)  : 663, 703

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 (8161) - mean (197ms)  : 192, 201
    master - mean (199ms)  : 194, 204

    section Bailout
    This PR (8161) - mean (200ms)  : 197, 202
    master - mean (203ms)  : 198, 208

    section CallTarget+Inlining+NGEN
    This PR (8161) - mean (1,155ms)  : 1109, 1201
    master - mean (1,164ms)  : 1109, 1219

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 (8161) - mean (295ms)  : 289, 301
    master - mean (296ms)  : 289, 302

    section Bailout
    This PR (8161) - mean (296ms)  : 290, 302
    master - mean (295ms)  : 290, 300

    section CallTarget+Inlining+NGEN
    This PR (8161) - mean (1,007ms)  : 964, 1050
    master - mean (996ms)  : 935, 1057

Loading
HttpMessageHandler (.NET 6)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 6)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8161) - mean (288ms)  : 280, 295
    master - mean (288ms)  : 278, 299

    section Bailout
    This PR (8161) - mean (288ms)  : 280, 297
    master - mean (287ms)  : 281, 293

    section CallTarget+Inlining+NGEN
    This PR (8161) - mean (995ms)  : 956, 1034
    master - mean (990ms)  : 945, 1035

Loading
HttpMessageHandler (.NET 8)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8161) - mean (287ms)  : 277, 296
    master - mean (288ms)  : 279, 297

    section Bailout
    This PR (8161) - mean (285ms)  : 281, 290
    master - mean (286ms)  : 281, 291

    section CallTarget+Inlining+NGEN
    This PR (8161) - mean (886ms)  : 857, 914
    master - mean (887ms)  : 861, 913

Loading

@andrewlock andrewlock merged commit 352de05 into master Feb 5, 2026
146 checks passed
@andrewlock andrewlock deleted the andrew/ignore-sampling-rules-error branch February 5, 2026 11:00
@github-actions github-actions bot added this to the vNext-v3 milestone Feb 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:tracer The core tracer library (Datadog.Trace, does not include OpenTracing, native code, or integrations) identified-by:telemetry type:refactor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants