Skip to content

[Feature Flags] Add flag evaluation metrics via OpenFeature hook#8367

Draft
sameerank wants to merge 1 commit intomasterfrom
sameerank/FFL-1946/add-flag-eval-metrics
Draft

[Feature Flags] Add flag evaluation metrics via OpenFeature hook#8367
sameerank wants to merge 1 commit intomasterfrom
sameerank/FFL-1946/add-flag-eval-metrics

Conversation

@sameerank
Copy link
Copy Markdown

Summary of changes

Adds flag evaluation metrics support to the Datadog OpenFeature provider. When a feature flag is evaluated, a counter metric is emitted with relevant attributes.

Reason for change

Part of the Feature Flags Evaluation (FFE) initiative to provide visibility into flag evaluations across all Datadog server SDKs. This brings parity with implementations in dd-trace-py and dd-trace-go.

Implementation details

  • FlagEvalMetrics.cs: Core metrics recording class using System.Diagnostics.Metrics

    • Meter name: Datadog.FeatureFlags.OpenFeature
    • Metric: feature_flag.evaluations (Counter)
    • Unit: {evaluation}
    • Tags: feature_flag.key, feature_flag.result.variant, feature_flag.result.reason, error.type (optional), feature_flag.result.allocation_key (optional)
  • FlagEvalMetricsHook.cs: OpenFeature hook that implements FinallyAsync to record metrics after each evaluation completes

    • Converts reason to lowercase for consistency
    • Maps ErrorType enum to snake_case strings
    • Extracts allocation key from flag metadata when present
  • DatadogProvider.cs: Registers the metrics hook with the OpenFeature API

  • Updated OpenFeature package from 2.0.0 to 2.3.0

Conditional compilation: Only enabled for .NET 6+ (#if NET6_0_OR_GREATER) since System.Diagnostics.Metrics requires .NET 6+.

Test coverage

  • Feature is validated through system-tests (tests/ffe/test_flag_eval_metrics.py)
  • Unit tests were explored but deferred due to type conflicts between shared source files in Datadog.FeatureFlags.OpenFeature and Datadog.Trace assemblies

Other details

@sameerank sameerank added the docker_image_artifacts Use to label PRs for which you would need a Docker Image created for. label Mar 25, 2026
@sameerank sameerank force-pushed the sameerank/FFL-1946/add-flag-eval-metrics branch from 78be069 to f240989 Compare March 25, 2026 05:55
@dd-trace-dotnet-ci-bot
Copy link
Copy Markdown

dd-trace-dotnet-ci-bot bot commented Mar 25, 2026

Execution-Time Benchmarks Report ⏱️

Execution-time results for samples comparing This PR (8367) 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.64 ± (68.83 - 69.29) ms68.60 ± (68.66 - 68.93) ms-0.1%
.NET Framework 4.8 - Bailout
duration79.83 ± (78.88 - 80.41) ms72.57 ± (72.50 - 72.84) ms-9.1%
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1047.72 ± (1050.50 - 1058.26) ms1046.36 ± (1045.81 - 1050.96) ms-0.1%
.NET Core 3.1 - Baseline
process.internal_duration_ms21.78 ± (21.75 - 21.81) ms21.79 ± (21.76 - 21.83) ms+0.1%✅⬆️
process.time_to_main_ms79.31 ± (79.15 - 79.47) ms79.41 ± (79.26 - 79.56) ms+0.1%✅⬆️
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.73 ± (21.71 - 21.75) ms21.72 ± (21.69 - 21.74) ms-0.1%
process.time_to_main_ms80.66 ± (80.54 - 80.78) ms80.70 ± (80.57 - 80.83) ms+0.1%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.94 ± (10.93 - 10.94) MB10.95 ± (10.95 - 10.96) MB+0.2%✅⬆️
runtime.dotnet.threads.count13 ± (13 - 13)13 ± (13 - 13)+0.0%
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms216.87 ± (215.60 - 218.14) ms217.63 ± (216.62 - 218.64) ms+0.3%✅⬆️
process.time_to_main_ms520.24 ± (519.26 - 521.21) ms518.75 ± (517.70 - 519.79) ms-0.3%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed48.24 ± (48.21 - 48.26) MB48.31 ± (48.28 - 48.34) MB+0.2%✅⬆️
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)+0.2%✅⬆️
.NET 6 - Baseline
process.internal_duration_ms20.58 ± (20.55 - 20.60) ms20.51 ± (20.48 - 20.54) ms-0.3%
process.time_to_main_ms68.89 ± (68.75 - 69.03) ms68.97 ± (68.83 - 69.12) ms+0.1%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.59 ± (10.59 - 10.59) MB10.64 ± (10.64 - 10.65) MB+0.5%✅⬆️
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 6 - Bailout
process.internal_duration_ms20.59 ± (20.56 - 20.62) ms20.44 ± (20.42 - 20.47) ms-0.7%
process.time_to_main_ms69.81 ± (69.67 - 69.94) ms69.78 ± (69.67 - 69.89) ms-0.0%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.66 ± (10.65 - 10.66) MB10.76 ± (10.75 - 10.76) MB+0.9%✅⬆️
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms208.33 ± (207.01 - 209.64) ms208.28 ± (207.04 - 209.51) ms-0.0%
process.time_to_main_ms518.76 ± (517.69 - 519.83) ms519.76 ± (518.76 - 520.76) ms+0.2%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed50.00 ± (49.95 - 50.05) MB50.15 ± (50.12 - 50.19) MB+0.3%✅⬆️
runtime.dotnet.threads.count29 ± (29 - 29)29 ± (29 - 29)+0.5%✅⬆️
.NET 8 - Baseline
process.internal_duration_ms18.74 ± (18.71 - 18.77) ms18.81 ± (18.78 - 18.84) ms+0.4%✅⬆️
process.time_to_main_ms67.94 ± (67.80 - 68.09) ms68.14 ± (68.00 - 68.28) ms+0.3%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.67 ± (7.66 - 7.67) MB7.71 ± (7.70 - 7.71) MB+0.5%✅⬆️
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 8 - Bailout
process.internal_duration_ms18.71 ± (18.68 - 18.73) ms18.80 ± (18.77 - 18.82) ms+0.5%✅⬆️
process.time_to_main_ms69.13 ± (69.02 - 69.24) ms69.21 ± (69.08 - 69.34) ms+0.1%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.76 ± (7.75 - 7.77) MB7.74 ± (7.74 - 7.75) MB-0.2%
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms153.29 ± (152.58 - 154.01) ms152.61 ± (151.88 - 153.33) ms-0.4%
process.time_to_main_ms477.64 ± (476.73 - 478.56) ms477.49 ± (476.73 - 478.25) ms-0.0%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed36.90 ± (36.87 - 36.92) MB37.02 ± (36.99 - 37.04) MB+0.3%✅⬆️
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)+0.3%✅⬆️

HttpMessageHandler

Metric Master (Mean ± 95% CI) Current (Mean ± 95% CI) Change Status
.NET Framework 4.8 - Baseline
duration192.79 ± (192.85 - 193.66) ms192.38 ± (192.33 - 193.11) ms-0.2%
.NET Framework 4.8 - Bailout
duration196.20 ± (195.92 - 196.62) ms196.22 ± (196.08 - 196.78) ms+0.0%✅⬆️
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1158.67 ± (1160.42 - 1168.44) ms1154.53 ± (1155.58 - 1163.62) ms-0.4%
.NET Core 3.1 - Baseline
process.internal_duration_ms187.03 ± (186.69 - 187.37) ms187.09 ± (186.79 - 187.40) ms+0.0%✅⬆️
process.time_to_main_ms80.51 ± (80.27 - 80.75) ms80.52 ± (80.30 - 80.73) ms+0.0%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.11 ± (16.07 - 16.14) MB16.11 ± (16.08 - 16.14) MB+0.0%✅⬆️
runtime.dotnet.threads.count20 ± (20 - 20)20 ± (19 - 20)-0.5%
.NET Core 3.1 - Bailout
process.internal_duration_ms186.97 ± (186.60 - 187.34) ms187.03 ± (186.74 - 187.33) ms+0.0%✅⬆️
process.time_to_main_ms82.01 ± (81.85 - 82.17) ms82.04 ± (81.85 - 82.23) ms+0.0%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.16 ± (16.13 - 16.18) MB16.22 ± (16.19 - 16.25) MB+0.4%✅⬆️
runtime.dotnet.threads.count21 ± (20 - 21)21 ± (20 - 21)+0.0%✅⬆️
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms391.58 ± (390.14 - 393.02) ms394.22 ± (392.97 - 395.48) ms+0.7%✅⬆️
process.time_to_main_ms521.25 ± (520.06 - 522.45) ms523.12 ± (522.09 - 524.15) ms+0.4%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed58.43 ± (58.22 - 58.64) MB58.82 ± (58.65 - 58.99) MB+0.7%✅⬆️
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (30 - 30)+0.1%✅⬆️
.NET 6 - Baseline
process.internal_duration_ms191.92 ± (191.61 - 192.24) ms192.35 ± (192.06 - 192.64) ms+0.2%✅⬆️
process.time_to_main_ms70.05 ± (69.87 - 70.23) ms70.13 ± (69.95 - 70.31) ms+0.1%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.06 ± (15.91 - 16.22) MB16.37 ± (16.32 - 16.42) MB+1.9%✅⬆️
runtime.dotnet.threads.count18 ± (18 - 18)19 ± (19 - 19)+3.2%✅⬆️
.NET 6 - Bailout
process.internal_duration_ms190.73 ± (190.44 - 191.01) ms191.07 ± (190.77 - 191.37) ms+0.2%✅⬆️
process.time_to_main_ms70.86 ± (70.73 - 70.98) ms71.02 ± (70.89 - 71.16) ms+0.2%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.29 ± (16.19 - 16.40) MB16.20 ± (16.07 - 16.32) MB-0.6%
runtime.dotnet.threads.count19 ± (19 - 20)19 ± (19 - 20)+0.1%✅⬆️
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms413.43 ± (412.12 - 414.73) ms414.84 ± (413.54 - 416.15) ms+0.3%✅⬆️
process.time_to_main_ms523.97 ± (522.53 - 525.41) ms527.01 ± (525.84 - 528.19) ms+0.6%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed60.94 ± (60.90 - 60.99) MB60.88 ± (60.84 - 60.92) MB-0.1%
runtime.dotnet.threads.count31 ± (30 - 31)30 ± (30 - 31)-0.0%
.NET 8 - Baseline
process.internal_duration_ms190.20 ± (189.80 - 190.61) ms189.51 ± (189.18 - 189.84) ms-0.4%
process.time_to_main_ms69.52 ± (69.33 - 69.72) ms69.88 ± (69.70 - 70.05) ms+0.5%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.75 ± (11.73 - 11.78) MB11.75 ± (11.73 - 11.77) MB-0.0%
runtime.dotnet.threads.count18 ± (18 - 18)18 ± (18 - 18)+0.1%✅⬆️
.NET 8 - Bailout
process.internal_duration_ms188.96 ± (188.44 - 189.48) ms189.25 ± (188.95 - 189.56) ms+0.2%✅⬆️
process.time_to_main_ms70.72 ± (70.52 - 70.92) ms70.62 ± (70.51 - 70.73) ms-0.1%
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.76 ± (11.69 - 11.83) MB11.81 ± (11.78 - 11.84) MB+0.5%✅⬆️
runtime.dotnet.threads.count19 ± (19 - 19)19 ± (19 - 19)+0.0%✅⬆️
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms340.13 ± (339.04 - 341.22) ms338.06 ± (336.81 - 339.31) ms-0.6%
process.time_to_main_ms478.95 ± (478.09 - 479.81) ms479.08 ± (478.09 - 480.07) ms+0.0%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed48.87 ± (48.83 - 48.91) MB48.76 ± (48.72 - 48.80) MB-0.2%
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (30 - 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 (8367) - mean (69ms)  : 67, 71
    master - mean (69ms)  : 66, 72

    section Bailout
    This PR (8367) - mean (73ms)  : 71, 75
    master - mean (80ms)  : 69, 91

    section CallTarget+Inlining+NGEN
    This PR (8367) - mean (1,048ms)  : 1014, 1083
    master - mean (1,054ms)  : 999, 1109

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 (8367) - mean (107ms)  : 104, 110
    master - mean (107ms)  : 104, 110

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

    section CallTarget+Inlining+NGEN
    This PR (8367) - mean (773ms)  : 746, 801
    master - mean (777ms)  : 751, 802

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

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

    section CallTarget+Inlining+NGEN
    This PR (8367) - mean (763ms)  : 739, 787
    master - mean (760ms)  : 736, 784

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

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

    section CallTarget+Inlining+NGEN
    This PR (8367) - mean (665ms)  : 644, 685
    master - mean (661ms)  : 645, 677

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 (8367) - mean (193ms)  : 189, 197
    master - mean (193ms)  : 189, 197

    section Bailout
    This PR (8367) - mean (196ms)  : 193, 200
    master - mean (196ms)  : 193, 200

    section CallTarget+Inlining+NGEN
    This PR (8367) - mean (1,160ms)  : 1102, 1218
    master - mean (1,164ms)  : 1107, 1222

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 (8367) - mean (276ms)  : 272, 280
    master - mean (276ms)  : 270, 282

    section Bailout
    This PR (8367) - mean (277ms)  : 274, 281
    master - mean (277ms)  : 272, 282

    section CallTarget+Inlining+NGEN
    This PR (8367) - mean (947ms)  : 925, 969
    master - mean (942ms)  : 923, 961

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

    section Bailout
    This PR (8367) - mean (270ms)  : 266, 274
    master - mean (269ms)  : 265, 274

    section CallTarget+Inlining+NGEN
    This PR (8367) - mean (973ms)  : 945, 1002
    master - mean (965ms)  : 943, 988

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

    section Bailout
    This PR (8367) - mean (269ms)  : 266, 273
    master - mean (269ms)  : 262, 276

    section CallTarget+Inlining+NGEN
    This PR (8367) - mean (848ms)  : 827, 869
    master - mean (850ms)  : 829, 871

Loading

@pr-commenter
Copy link
Copy Markdown

pr-commenter bot commented Mar 25, 2026

Benchmarks

Benchmark execution time: 2026-03-25 16:14:56

Comparing candidate commit ea7bc67 in PR branch sameerank/FFL-1946/add-flag-eval-metrics with baseline commit 0c457bf in branch master.

Found 10 performance improvements and 8 performance regressions! Performance is the same for 250 metrics, 20 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 net472

  • 🟥 execution_time [+17.289ms; +17.697ms] or [+8.710%; +8.916%]

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

  • 🟩 execution_time [-89.311ms; -89.183ms] or [-44.804%; -44.740%]

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

  • 🟩 execution_time [-20.522ms; -14.513ms] or [-9.448%; -6.682%]

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

  • 🟥 execution_time [+21.782ms; +27.645ms] or [+11.269%; +14.303%]

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

  • 🟩 execution_time [-24.021ms; -23.808ms] or [-11.715%; -11.611%]

scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • 🟥 execution_time [+34.741ms; +40.346ms] or [+17.950%; +20.846%]
  • 🟥 throughput [-131.295op/s; -103.518op/s] or [-11.343%; -8.943%]

scenario:Benchmarks.Trace.DbCommandBenchmark.ExecuteNonQuery net472

  • 🟩 throughput [+24851.035op/s; +26250.948op/s] or [+7.366%; +7.781%]

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

  • 🟥 execution_time [+11.243ms; +12.248ms] or [+5.735%; +6.247%]

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

  • 🟥 throughput [-53437.878op/s; -46495.843op/s] or [-11.293%; -9.826%]

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

  • 🟩 allocated_mem [-16.086KB; -16.051KB] or [-5.880%; -5.867%]

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

  • 🟩 allocated_mem [-8.195KB; -8.189KB] or [-14.291%; -14.280%]

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

  • 🟥 execution_time [+16.551ms; +21.468ms] or [+9.643%; +12.507%]

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

  • 🟩 execution_time [-79.180ms; -77.095ms] or [-39.708%; -38.662%]

scenario:Benchmarks.Trace.RedisBenchmark.SendReceive net472

  • 🟩 throughput [+25024.074op/s; +28557.815op/s] or [+7.220%; +8.240%]

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

  • 🟥 execution_time [+13.143ms; +17.611ms] or [+6.625%; +8.877%]

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

  • 🟩 throughput [+14052291.464op/s; +15367439.816op/s] or [+6.221%; +6.803%]

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

  • 🟩 throughput [+35610.640op/s; +51735.949op/s] or [+5.185%; +7.533%]

@sameerank sameerank force-pushed the sameerank/FFL-1946/add-flag-eval-metrics branch from f240989 to a73acc0 Compare March 25, 2026 07:34
@sameerank sameerank force-pushed the sameerank/FFL-1946/add-flag-eval-metrics branch from a73acc0 to ea7bc67 Compare March 25, 2026 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docker_image_artifacts Use to label PRs for which you would need a Docker Image created for.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant