Skip to content

[FeatureFlags] Wait for OpenFeature initial config - #8754

Closed
leoromanovsky wants to merge 2 commits into
masterfrom
leo.romanovsky/openfeature-initial-config-ready
Closed

leoromanovsky wants to merge 2 commits into
masterfrom
leo.romanovsky/openfeature-initial-config-ready

Conversation

@leoromanovsky

@leoromanovsky leoromanovsky commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Motivation

FFL-2468 captures a customer-visible startup race in the .NET OpenFeature provider. await SetProviderAsync(new DatadogProvider()) could report the provider as ready before the first FFE Remote Config payload had installed an evaluator, so an immediate flag evaluation returned PROVIDER_NOT_READY. This made DD_TRACE_DEBUG=true appear necessary because debug logging slowed startup enough for Remote Config to arrive first.

Changes

This adds an OpenFeature readiness shim and calltarget hook so the provider can ask the tracer whether Feature Flags are ready. DatadogProvider.InitializeAsync now waits for the initial usable FFE configuration before completing provider initialization. If that first configuration never arrives, initialization fails after 30 seconds with a provider-not-ready timeout instead of completing as ready or blocking forever.

The Feature Flags module now exposes readiness based on whether an evaluator has been installed, replays the config callback if the evaluator already exists when the handler is registered, and avoids blocking provider initialization when Remote Config is explicitly unavailable. Later Remote Config updates still flow through the existing configuration-change callback path.

Decisions

The fix treats an awaited SetProviderAsync(...) as a readiness contract because the OpenFeature SDK documents the returned task as waiting for provider setup and initialization to complete. A caller that intentionally does not await the task can still run async startup, but once the task completes successfully, Datadog should not immediately return PROVIDER_NOT_READY because the initial FFE config has not been applied yet.

The timeout is bounded at the provider layer rather than changing evaluation semantics. If there is no evaluator during evaluation, evaluations still report PROVIDER_NOT_READY; the provider just no longer advertises readiness before the evaluator exists. Generated calltarget metadata was updated for the new IsReady hook.

Validation:

  • dotnet build tracer/src/Datadog.FeatureFlags.OpenFeature/Datadog.FeatureFlags.OpenFeature.csproj -c Release
  • dotnet build tracer/test/Datadog.Trace.ClrProfiler.IntegrationTests/Datadog.Trace.ClrProfiler.IntegrationTests.csproj -c Release -f net10.0
  • git diff --check

Not run locally:

  • Focused OpenFeature integration test execution, because local test execution still requires a populated monitoring home under /shared/bin/monitoring-home; the integration test project build passes.

@datadog-prod-us1-6

This comment has been minimized.

@dd-trace-dotnet-ci-bot

Copy link
Copy Markdown

Execution-Time Benchmarks Report ⏱️

Execution-time results for samples comparing This PR (8754) 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
duration74.44 ± (74.61 - 75.31) ms74.61 ± (74.70 - 75.31) ms+0.2%✅⬆️
.NET Framework 4.8 - Bailout
duration77.64 ± (77.52 - 77.95) ms76.95 ± (76.90 - 77.25) ms-0.9%
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1109.70 ± (1109.41 - 1118.82) ms1104.26 ± (1106.33 - 1115.56) ms-0.5%
.NET Core 3.1 - Baseline
process.internal_duration_ms22.40 ± (22.36 - 22.45) ms22.42 ± (22.38 - 22.46) ms+0.1%✅⬆️
process.time_to_main_ms84.62 ± (84.39 - 84.84) ms83.32 ± (83.12 - 83.53) ms-1.5%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.92 ± (10.92 - 10.92) MB10.93 ± (10.93 - 10.94) MB+0.1%✅⬆️
runtime.dotnet.threads.count12 ± (12 - 12)12 ± (12 - 12)+0.0%
.NET Core 3.1 - Bailout
process.internal_duration_ms22.42 ± (22.38 - 22.45) ms22.30 ± (22.27 - 22.34) ms-0.5%
process.time_to_main_ms86.53 ± (86.28 - 86.79) ms84.32 ± (84.12 - 84.52) ms-2.6%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.97 ± (10.97 - 10.98) MB10.96 ± (10.96 - 10.97) MB-0.1%
runtime.dotnet.threads.count13 ± (13 - 13)13 ± (13 - 13)+0.0%
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms214.97 ± (213.97 - 215.97) ms213.38 ± (212.34 - 214.41) ms-0.7%
process.time_to_main_ms546.77 ± (545.39 - 548.15) ms540.55 ± (539.02 - 542.08) ms-1.1%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed48.28 ± (48.24 - 48.32) MB48.33 ± (48.30 - 48.36) MB+0.1%✅⬆️
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)+0.1%✅⬆️
.NET 6 - Baseline
process.internal_duration_ms21.13 ± (21.09 - 21.17) ms21.08 ± (21.04 - 21.11) ms-0.3%
process.time_to_main_ms73.27 ± (73.09 - 73.46) ms72.83 ± (72.67 - 72.99) ms-0.6%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.64 ± (10.64 - 10.64) MB10.63 ± (10.63 - 10.64) MB-0.1%
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 6 - Bailout
process.internal_duration_ms21.31 ± (21.25 - 21.36) ms21.33 ± (21.28 - 21.37) ms+0.1%✅⬆️
process.time_to_main_ms76.21 ± (75.89 - 76.52) ms76.34 ± (76.07 - 76.61) ms+0.2%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.75 ± (10.75 - 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_ms370.72 ± (368.59 - 372.84) ms372.78 ± (370.60 - 374.96) ms+0.6%✅⬆️
process.time_to_main_ms548.80 ± (547.50 - 550.10) ms550.22 ± (548.91 - 551.52) ms+0.3%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed49.83 ± (49.81 - 49.85) MB49.83 ± (49.81 - 49.85) MB+0.0%✅⬆️
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)+0.5%✅⬆️
.NET 8 - Baseline
process.internal_duration_ms19.33 ± (19.30 - 19.37) ms19.31 ± (19.27 - 19.35) ms-0.1%
process.time_to_main_ms72.28 ± (72.09 - 72.46) ms72.42 ± (72.23 - 72.62) ms+0.2%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.67 ± (7.67 - 7.68) MB7.66 ± (7.66 - 7.67) MB-0.2%
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 8 - Bailout
process.internal_duration_ms19.20 ± (19.16 - 19.23) ms19.28 ± (19.25 - 19.32) ms+0.5%✅⬆️
process.time_to_main_ms72.81 ± (72.65 - 72.97) ms73.12 ± (72.94 - 73.29) ms+0.4%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.74 ± (7.73 - 7.75) MB7.73 ± (7.72 - 7.73) MB-0.1%
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms297.13 ± (294.96 - 299.30) ms296.21 ± (293.93 - 298.48) ms-0.3%
process.time_to_main_ms498.28 ± (497.07 - 499.49) ms500.10 ± (498.84 - 501.35) ms+0.4%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed36.93 ± (36.90 - 36.96) MB36.87 ± (36.84 - 36.90) MB-0.2%
runtime.dotnet.threads.count27 ± (27 - 27)27 ± (27 - 27)+0.7%✅⬆️

HttpMessageHandler

Metric Master (Mean ± 95% CI) Current (Mean ± 95% CI) Change Status
.NET Framework 4.8 - Baseline
duration200.01 ± (199.49 - 200.42) ms200.00 ± (199.34 - 200.29) ms-0.0%
.NET Framework 4.8 - Bailout
duration201.96 ± (201.66 - 202.51) ms200.92 ± (200.66 - 201.71) ms-0.5%
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1202.96 ± (1201.80 - 1207.98) ms1203.03 ± (1202.55 - 1208.23) ms+0.0%✅⬆️
.NET Core 3.1 - Baseline
process.internal_duration_ms192.87 ± (192.41 - 193.34) ms192.88 ± (192.36 - 193.40) ms+0.0%✅⬆️
process.time_to_main_ms83.94 ± (83.59 - 84.30) ms84.26 ± (83.96 - 84.55) ms+0.4%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.05 ± (16.02 - 16.08) MB16.08 ± (16.05 - 16.10) MB+0.2%✅⬆️
runtime.dotnet.threads.count20 ± (20 - 20)20 ± (20 - 20)-0.2%
.NET Core 3.1 - Bailout
process.internal_duration_ms193.18 ± (192.79 - 193.57) ms192.34 ± (191.77 - 192.90) ms-0.4%
process.time_to_main_ms85.18 ± (84.90 - 85.46) ms85.70 ± (85.45 - 85.95) ms+0.6%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.12 ± (16.10 - 16.15) MB16.16 ± (16.13 - 16.19) MB+0.2%✅⬆️
runtime.dotnet.threads.count21 ± (21 - 21)21 ± (21 - 21)-0.8%
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms387.53 ± (386.17 - 388.89) ms385.27 ± (384.03 - 386.50) ms-0.6%
process.time_to_main_ms538.65 ± (537.18 - 540.12) ms536.31 ± (535.13 - 537.50) ms-0.4%
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed57.99 ± (57.75 - 58.23) MB57.44 ± (57.26 - 57.63) MB-0.9%
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (30 - 30)-0.7%
.NET 6 - Baseline
process.internal_duration_ms198.35 ± (197.93 - 198.77) ms197.32 ± (196.80 - 197.83) ms-0.5%
process.time_to_main_ms73.02 ± (72.77 - 73.27) ms72.60 ± (72.34 - 72.86) ms-0.6%
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.34 ± (16.31 - 16.36) MB16.40 ± (16.37 - 16.42) MB+0.4%✅⬆️
runtime.dotnet.threads.count19 ± (19 - 19)19 ± (19 - 19)+0.1%✅⬆️
.NET 6 - Bailout
process.internal_duration_ms197.71 ± (197.27 - 198.14) ms195.74 ± (195.25 - 196.24) ms-1.0%
process.time_to_main_ms73.60 ± (73.37 - 73.84) ms73.10 ± (72.88 - 73.32) ms-0.7%
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.44 ± (16.41 - 16.46) MB16.43 ± (16.40 - 16.47) MB-0.0%
runtime.dotnet.threads.count20 ± (20 - 20)20 ± (20 - 20)-1.6%
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms585.64 ± (583.17 - 588.11) ms583.78 ± (581.02 - 586.55) ms-0.3%
process.time_to_main_ms546.29 ± (545.34 - 547.24) ms544.49 ± (543.55 - 545.44) ms-0.3%
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed61.23 ± (61.14 - 61.32) MB61.13 ± (61.05 - 61.21) MB-0.2%
runtime.dotnet.threads.count31 ± (31 - 31)31 ± (31 - 31)-0.0%
.NET 8 - Baseline
process.internal_duration_ms195.19 ± (194.70 - 195.67) ms194.99 ± (194.64 - 195.35) ms-0.1%
process.time_to_main_ms71.97 ± (71.75 - 72.18) ms71.89 ± (71.65 - 72.13) ms-0.1%
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.66 ± (11.64 - 11.68) MB11.71 ± (11.68 - 11.73) MB+0.4%✅⬆️
runtime.dotnet.threads.count18 ± (18 - 18)18 ± (18 - 18)+0.1%✅⬆️
.NET 8 - Bailout
process.internal_duration_ms194.55 ± (194.10 - 195.01) ms194.58 ± (194.11 - 195.04) ms+0.0%✅⬆️
process.time_to_main_ms73.04 ± (72.82 - 73.26) ms72.75 ± (72.56 - 72.93) ms-0.4%
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.72 ± (11.71 - 11.74) MB11.80 ± (11.78 - 11.82) MB+0.7%✅⬆️
runtime.dotnet.threads.count19 ± (19 - 19)19 ± (19 - 19)+0.2%✅⬆️
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms514.85 ± (512.35 - 517.36) ms515.10 ± (512.55 - 517.64) ms+0.0%✅⬆️
process.time_to_main_ms493.01 ± (492.18 - 493.84) ms492.10 ± (491.35 - 492.85) ms-0.2%
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed50.67 ± (50.63 - 50.71) MB50.62 ± (50.58 - 50.65) MB-0.1%
runtime.dotnet.threads.count30 ± (29 - 30)30 ± (29 - 30)-0.0%
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 (8754) - mean (75ms)  : 70, 80
    master - mean (75ms)  : 70, 80

    section Bailout
    This PR (8754) - mean (77ms)  : 75, 79
    master - mean (78ms)  : 75, 81

    section CallTarget+Inlining+NGEN
    This PR (8754) - mean (1,111ms)  : 1041, 1181
    master - mean (1,114ms)  : 1043, 1185

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 (8754) - mean (112ms)  : 109, 116
    master - mean (114ms)  : 110, 118

    section Bailout
    This PR (8754) - mean (113ms)  : 111, 115
    master - mean (116ms)  : 112, 119

    section CallTarget+Inlining+NGEN
    This PR (8754) - mean (790ms)  : 769, 810
    master - mean (799ms)  : 777, 821

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

    section Bailout
    This PR (8754) - mean (104ms)  : 98, 110
    master - mean (104ms)  : 98, 111

    section CallTarget+Inlining+NGEN
    This PR (8754) - mean (951ms)  : 907, 995
    master - mean (949ms)  : 911, 986

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

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

    section CallTarget+Inlining+NGEN
    This PR (8754) - mean (827ms)  : 787, 867
    master - mean (824ms)  : 786, 862

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 (8754) - mean (200ms)  : 193, 206
    master - mean (200ms)  : 194, 206

    section Bailout
    This PR (8754) - mean (201ms)  : 195, 208
    master - mean (202ms)  : 198, 206

    section CallTarget+Inlining+NGEN
    This PR (8754) - mean (1,205ms)  : 1165, 1246
    master - mean (1,205ms)  : 1159, 1251

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 (8754) - mean (287ms)  : 280, 293
    master - mean (286ms)  : 279, 293

    section Bailout
    This PR (8754) - mean (287ms)  : 280, 294
    master - mean (287ms)  : 280, 294

    section CallTarget+Inlining+NGEN
    This PR (8754) - mean (962ms)  : 941, 982
    master - mean (967ms)  : 943, 992

Loading
HttpMessageHandler (.NET 6)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 6)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8754) - mean (279ms)  : 273, 285
    master - mean (280ms)  : 273, 287

    section Bailout
    This PR (8754) - mean (277ms)  : 272, 283
    master - mean (280ms)  : 274, 286

    section CallTarget+Inlining+NGEN
    This PR (8754) - mean (1,162ms)  : 1115, 1209
    master - mean (1,165ms)  : 1126, 1203

Loading
HttpMessageHandler (.NET 8)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8754) - mean (277ms)  : 271, 282
    master - mean (277ms)  : 269, 285

    section Bailout
    This PR (8754) - mean (278ms)  : 273, 283
    master - mean (278ms)  : 270, 285

    section CallTarget+Inlining+NGEN
    This PR (8754) - mean (1,040ms)  : 996, 1085
    master - mean (1,039ms)  : 997, 1081

Loading

@pr-commenter

pr-commenter Bot commented Jun 4, 2026

Copy link
Copy Markdown

Benchmarks

Benchmark execution time: 2026-06-04 20:32:12

Comparing candidate commit 3389719 in PR branch leo.romanovsky/openfeature-initial-config-ready with baseline commit 358c347 in branch master.

📊 Benchmarking dashboard

Found 0 performance improvements and 0 performance regressions! Performance is the same for 72 metrics, 0 unstable metrics, 62 known flaky benchmarks, 64 flaky benchmarks without significant changes.

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 ----------------------------------'

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.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_RecordException_Sampled netcoreapp3.1

  • 🟩 throughput [+7630.561op/s; +9016.684op/s] or [+5.425%; +6.411%]

scenario:Benchmarks.Trace.ActivityBenchmark.StartStopWithChild net472

  • 🟥 throughput [-7015.593op/s; -6563.863op/s] or [-8.318%; -7.783%]

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

  • 🟥 throughput [-6632.400op/s; -5327.347op/s] or [-6.744%; -5.417%]

scenario:Benchmarks.Trace.AgentWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • 🟥 execution_time [+310.978ms; +319.150ms] or [+154.318%; +158.373%]
  • 🟥 throughput [-43.461op/s; -39.892op/s] or [-7.819%; -7.177%]

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

  • 🟥 execution_time [+379.696ms; +381.512ms] or [+299.983%; +301.418%]
  • 🟩 throughput [+91.810op/s; +94.889op/s] or [+12.105%; +12.511%]

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

  • 🟥 execution_time [+392.257ms; +395.179ms] or [+347.133%; +349.718%]

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

  • 🟥 allocated_mem [+1.308KB; +1.308KB] or [+27.528%; +27.540%]

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

  • 🟥 allocated_mem [+471 bytes; +472 bytes] or [+9.976%; +9.987%]
  • 🟩 execution_time [-15.418ms; -11.184ms] or [-7.201%; -5.223%]

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

  • 🟥 allocated_mem [+1.272KB; +1.272KB] or [+27.500%; +27.510%]

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

  • 🟥 allocated_mem [+1.307KB; +1.307KB] or [+105.743%; +105.758%]
  • 🟥 throughput [-270476.703op/s; -267176.456op/s] or [-27.617%; -27.280%]

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

  • 🟥 allocated_mem [+471 bytes; +472 bytes] or [+38.557%; +38.566%]
  • 🟩 execution_time [-26.579ms; -21.722ms] or [-11.853%; -9.687%]

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

  • 🟥 allocated_mem [+1.272KB; +1.272KB] or [+105.288%; +105.304%]
  • 🟥 throughput [-155252.234op/s; -138984.685op/s] or [-22.307%; -19.969%]

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

  • 🟩 throughput [+8526.703op/s; +11858.636op/s] or [+5.425%; +7.545%]

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

  • 🟩 throughput [+9327.611op/s; +11971.785op/s] or [+7.431%; +9.537%]

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

  • 🟩 throughput [+425523.712op/s; +478272.070op/s] or [+14.189%; +15.948%]

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

  • 🟩 execution_time [-18.826ms; -14.464ms] or [-8.678%; -6.667%]
  • 🟩 throughput [+159941.259op/s; +214075.445op/s] or [+6.349%; +8.497%]

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

  • 🟥 execution_time [+299.621ms; +300.306ms] or [+149.711%; +150.053%]

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

  • 🟥 execution_time [+298.323ms; +301.477ms] or [+150.445%; +152.036%]

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

  • 🟥 execution_time [+299.837ms; +302.267ms] or [+151.035%; +152.259%]

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

  • 🟥 execution_time [+295.902ms; +296.994ms] or [+145.335%; +145.872%]

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

  • 🟥 execution_time [+297.915ms; +302.072ms] or [+145.640%; +147.672%]

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

  • 🟥 execution_time [+296.466ms; +298.172ms] or [+148.174%; +149.026%]

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

  • 🟥 execution_time [+24.261µs; +51.144µs] or [+5.564%; +11.730%]
  • 🟥 throughput [-249.043op/s; -128.145op/s] or [-10.827%; -5.571%]

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

  • 🟥 execution_time [+28.608µs; +52.573µs] or [+9.133%; +16.784%]
  • 🟥 throughput [-480.735op/s; -279.600op/s] or [-14.986%; -8.716%]

scenario:Benchmarks.Trace.AspNetCoreBenchmark.SendRequest net472

  • 🟥 execution_time [+300.106ms; +300.845ms] or [+149.784%; +150.152%]

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

  • unstable execution_time [+412.649ms; +423.183ms] or [+448.360%; +459.806%]
  • 🟩 throughput [+814.187op/s; +980.150op/s] or [+6.690%; +8.054%]

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

  • unstable execution_time [+297.531ms; +350.102ms] or [+225.913%; +265.829%]

scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • unstable execution_time [+271.200ms; +326.923ms] or [+124.695%; +150.316%]
  • 🟥 throughput [-566.394op/s; -508.306op/s] or [-51.321%; -46.057%]

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

  • unstable execution_time [+205.548ms; +338.843ms] or [+87.596%; +144.400%]
  • 🟥 throughput [-669.673op/s; -586.258op/s] or [-44.667%; -39.104%]

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

  • 🟥 execution_time [+326.948ms; +342.955ms] or [+195.553%; +205.127%]
  • 🟥 throughput [-420.834op/s; -384.853op/s] or [-29.302%; -26.797%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice net472

  • 🟩 execution_time [-119.422µs; -105.024µs] or [-6.010%; -5.285%]
  • 🟩 throughput [+28.211op/s; +32.215op/s] or [+5.606%; +6.401%]

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

  • 🟩 execution_time [-160.386µs; -100.960µs] or [-8.125%; -5.114%]
  • 🟩 throughput [+29.776op/s; +45.193op/s] or [+5.878%; +8.921%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearch net472

  • 🟥 execution_time [+301.629ms; +302.830ms] or [+151.895%; +152.499%]

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

  • 🟥 execution_time [+296.901ms; +299.922ms] or [+148.778%; +150.291%]

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

  • 🟥 execution_time [+303.630ms; +307.065ms] or [+152.531%; +154.256%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearchAsync net472

  • 🟥 execution_time [+303.452ms; +305.164ms] or [+152.384%; +153.243%]

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

  • 🟥 execution_time [+298.585ms; +300.075ms] or [+147.637%; +148.373%]

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

  • 🟥 execution_time [+300.649ms; +304.588ms] or [+152.382%; +154.378%]

scenario:Benchmarks.Trace.GraphQLBenchmark.ExecuteAsync net472

  • 🟥 execution_time [+303.110ms; +305.624ms] or [+152.134%; +153.396%]

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

  • 🟥 execution_time [+300.992ms; +303.368ms] or [+150.017%; +151.201%]
  • 🟩 throughput [+47837.317op/s; +53459.613op/s] or [+9.499%; +10.615%]

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

  • 🟥 execution_time [+300.174ms; +302.641ms] or [+149.334%; +150.561%]

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

  • 🟩 execution_time [-16.103ms; -12.451ms] or [-7.488%; -5.790%]
  • 🟩 throughput [+18312.543op/s; +24853.823op/s] or [+5.024%; +6.818%]

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

  • unstable execution_time [+1.546µs; +47.984µs] or [+0.382%; +11.852%]

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

  • 🟥 allocated_mem [+43.357KB; +43.381KB] or [+15.816%; +15.825%]
  • unstable execution_time [+11.320µs; +122.583µs] or [+2.237%; +24.228%]
  • unstable throughput [-269.977op/s; +27.171op/s] or [-13.472%; +1.356%]

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

  • 🟩 allocated_mem [-18.429KB; -18.411KB] or [-6.718%; -6.712%]
  • unstable execution_time [-52.233µs; +9.056µs] or [-9.052%; +1.569%]

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

  • unstable execution_time [+5.673µs; +9.994µs] or [+13.410%; +23.622%]
  • 🟥 throughput [-4588.066op/s; -2736.821op/s] or [-19.314%; -11.521%]

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

  • unstable execution_time [-13.433µs; -5.009µs] or [-20.840%; -7.772%]
  • unstable throughput [+1293.920op/s; +3134.022op/s] or [+7.939%; +19.228%]

scenario:Benchmarks.Trace.Log4netBenchmark.EnrichedLog net472

  • 🟥 execution_time [+301.579ms; +305.169ms] or [+152.435%; +154.249%]

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

  • 🟥 execution_time [+300.146ms; +303.631ms] or [+152.773%; +154.547%]

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

  • 🟥 execution_time [+300.477ms; +303.106ms] or [+150.426%; +151.742%]

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

  • 🟩 throughput [+28098.174op/s; +30485.628op/s] or [+5.318%; +5.770%]

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

  • unstable execution_time [-1.452ms; +19.744ms] or [-0.736%; +10.008%]

scenario:Benchmarks.Trace.SerilogBenchmark.EnrichedLog net472

  • 🟥 execution_time [+298.457ms; +300.209ms] or [+148.754%; +149.627%]

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

  • 🟥 execution_time [+300.294ms; +301.575ms] or [+150.793%; +151.437%]

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

  • 🟥 execution_time [+303.757ms; +305.965ms] or [+154.046%; +155.166%]

scenario:Benchmarks.Trace.SingleSpanAspNetCoreBenchmark.SingleSpanAspNetCore net472

  • 🟥 execution_time [+299.776ms; +300.625ms] or [+149.530%; +149.953%]
  • 🟩 throughput [+66106035.747op/s; +66422946.781op/s] or [+48.143%; +48.373%]

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

  • 🟥 execution_time [+417.809ms; +421.924ms] or [+519.620%; +524.738%]

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

  • 🟥 execution_time [+299.306ms; +300.418ms] or [+149.287%; +149.842%]
  • 🟩 throughput [+18020265.084op/s; +18996618.591op/s] or [+7.982%; +8.414%]

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

  • 🟩 throughput [+68434.560op/s; +83850.402op/s] or [+6.390%; +7.829%]

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

  • 🟩 throughput [+77551.365op/s; +87773.961op/s] or [+7.702%; +8.717%]

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

  • 🟩 throughput [+51918.311op/s; +56221.025op/s] or [+9.427%; +10.209%]

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

  • 🟩 throughput [+82495.053op/s; +102789.520op/s] or [+9.217%; +11.484%]

Known flaky benchmarks without significant changes:

  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_AddEvent_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_AddEvent_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_AddEvent_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_GetContext_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_GetContext_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_GetContext_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_SetAttributes_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_SetAttributes_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_SetAttributes_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_SetStatus_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_SetStatus_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_SetStatus_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_UpdateName_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_UpdateName_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.ActivityBenchmark.StartSpan_UpdateName_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_AddEvent_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_AddEvent_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_AddEvent_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_GetContext_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_GetContext_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_GetContext_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_RecordException_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_RecordException_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_SetAttributes_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_SetAttributes_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_SetAttributes_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_SetStatus_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_SetStatus_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_SetStatus_Sampled netcoreapp3.1
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_UpdateName_Sampled net472
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_UpdateName_Sampled net6.0
  • scenario:Benchmarks.OpenTelemetry.InstrumentedApi.Trace.TelemetrySpanBenchmark.StartSpan_UpdateName_Sampled netcoreapp3.1
  • scenario:Benchmarks.Trace.ActivityBenchmark.StartStopWithChild net6.0
  • scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorMoreComplexBody net472
  • scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorSimpleBody net472
  • scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmark net472
  • scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmark netcoreapp3.1
  • scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmarkWithAttack net472
  • scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmarkWithAttack netcoreapp3.1
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice net6.0
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice netcoreapp3.1
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSliceWithPool net472
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSliceWithPool net6.0
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSliceWithPool netcoreapp3.1
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OriginalCharSlice net472
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OriginalCharSlice netcoreapp3.1
  • scenario:Benchmarks.Trace.ILoggerBenchmark.EnrichedLog net472
  • scenario:Benchmarks.Trace.ILoggerBenchmark.EnrichedLog netcoreapp3.1
  • scenario:Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatBenchmark net472
  • scenario:Benchmarks.Trace.RedisBenchmark.SendReceive net472
  • scenario:Benchmarks.Trace.SpanBenchmark.StartFinishScope net472
  • scenario:Benchmarks.Trace.SpanBenchmark.StartFinishScope netcoreapp3.1
  • scenario:Benchmarks.Trace.SpanBenchmark.StartFinishSpan net472
  • scenario:Benchmarks.Trace.SpanBenchmark.StartFinishSpan net6.0
  • scenario:Benchmarks.Trace.SpanBenchmark.StartFinishTwoScopes net472
  • scenario:Benchmarks.Trace.SpanBenchmark.StartFinishTwoScopes netcoreapp3.1
  • scenario:Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin net472
  • scenario:Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin netcoreapp3.1

internal static CallTargetReturn<bool> OnMethodEnd<TTarget>(bool returnValue, Exception? exception, in CallTargetState state)
{
var featureFlags = TracerManager.Instance.FeatureFlags;
return new CallTargetReturn<bool>(featureFlags is null || featureFlags.IsReady());

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.

This should be
return new CallTargetReturn<bool>(featureFlags?.IsReady() :: false);


internal bool IsReady()
{
return !_isRemoteConfigurationAvailable || Volatile.Read(ref _evaluator) is not null;

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.

This should be
return _isRemoteConfigurationAvailable && Volatile.Read(ref _evaluator) is not null;

@pavlokhrebto

Copy link
Copy Markdown
Contributor

closing in favor of #9264

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