Skip to content

[Tracer] (Event Grid 4/5) Add Azure Functions support - #8914

Open
pablomartinezbernardo wants to merge 1 commit into
pmartinez/event-grid-outbound-e2efrom
pmartinez/event-grid-functions
Open

[Tracer] (Event Grid 4/5) Add Azure Functions support#8914
pablomartinezbernardo wants to merge 1 commit into
pmartinez/event-grid-outbound-e2efrom
pmartinez/event-grid-functions

Conversation

@pablomartinezbernardo

@pablomartinezbernardo pablomartinezbernardo commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Summary of changes

  • Add distributed tracing for Azure Event Grid triggers and output bindings in isolated Azure Functions.
  • Create azure_eventgrid.receive spans linked to producer spans and propagate baggage to function invocations.

Reason for change

Complete Azure Event Grid trace correlation through Azure Functions while preserving producer/consumer causality.

Implementation details

  • Extract W3C context from CloudEvent extension attributes and support single events and batches.
  • Add DD_TRACE_AZURE_EVENTGRID_BATCH_LINKS_ENABLED to control producer span links.
  • Share Azure Functions binding extraction helpers across messaging integrations.

Test coverage

  • Add unit coverage for Event Grid context and baggage extraction.
  • Add emulator-backed integration tests and snapshots for SDK publishing and output bindings.

Other details

This PR is part of a larger Graphite stack.

Copy link
Copy Markdown
Contributor Author

@pr-commenter

pr-commenter Bot commented Jul 21, 2026

Copy link
Copy Markdown

Benchmarks

Benchmark execution time: 2026-07-29 10:32:29

Comparing candidate commit 27f0125 in PR branch pmartinez/event-grid-functions with baseline commit 4e79e39 in branch master.

📊 Benchmarking dashboard

Found 1 performance improvements and 1 performance regressions! Performance is the same for 70 metrics, 0 unstable metrics, 63 known flaky benchmarks, 63 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 ----------------------------------'

scenario:Benchmarks.Trace.DbCommandBenchmark.ExecuteNonQuery net472

  • 🟥 throughput [-27525.952op/s; -24670.023op/s] or [-7.753%; -6.948%]

scenario:Benchmarks.Trace.HttpClientBenchmark.SendAsync net6.0

  • 🟩 throughput [+8033.882op/s; +9706.049op/s] or [+5.458%; +6.593%]

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

  • 🟥 throughput [-9113.448op/s; -8587.804op/s] or [-10.806%; -10.183%]

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

  • 🟥 throughput [-9227.062op/s; -6332.578op/s] or [-7.756%; -5.323%]

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

  • unstable execution_time [-26.760ms; -5.453ms] or [-13.459%; -2.743%]
  • 🟥 throughput [-8601.703op/s; -7128.214op/s] or [-8.746%; -7.248%]

scenario:Benchmarks.Trace.AgentWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • 🟥 execution_time [+302.711ms; +308.793ms] or [+150.216%; +153.234%]
  • 🟥 throughput [-47.143op/s; -42.549op/s] or [-8.482%; -7.655%]

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

  • 🟥 execution_time [+377.129ms; +381.004ms] or [+297.955%; +301.017%]
  • 🟩 throughput [+99.790op/s; +104.745op/s] or [+13.157%; +13.810%]

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

  • 🟥 execution_time [+395.697ms; +399.129ms] or [+350.177%; +353.214%]

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

  • 🟥 allocated_mem [+4.686KB; +4.686KB] or [+98.642%; +98.655%]
  • 🟥 throughput [-60645.351op/s; -60251.973op/s] or [-47.185%; -46.879%]

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

  • 🟥 allocated_mem [+3.808KB; +3.808KB] or [+80.535%; +80.548%]
  • 🟩 execution_time [-16.048ms; -11.866ms] or [-7.495%; -5.542%]
  • 🟥 throughput [-59584.733op/s; -56825.282op/s] or [-43.493%; -41.479%]

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

  • 🟥 allocated_mem [+4.536KB; +4.536KB] or [+98.084%; +98.099%]
  • 🟥 throughput [-48763.367op/s; -46502.485op/s] or [-44.088%; -42.044%]

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

  • 🟥 allocated_mem [+1.307KB; +1.307KB] or [+105.743%; +105.758%]
  • 🟥 throughput [-261492.702op/s; -257941.515op/s] or [-26.700%; -26.337%]

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

  • 🟥 allocated_mem [+471 bytes; +472 bytes] or [+38.557%; +38.566%]
  • 🟩 execution_time [-26.446ms; -21.595ms] or [-11.794%; -9.630%]
  • 🟥 throughput [-80919.575op/s; -58077.188op/s] or [-8.645%; -6.204%]

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

  • 🟥 allocated_mem [+1.272KB; +1.272KB] or [+105.288%; +105.304%]
  • 🟥 throughput [-153716.570op/s; -137429.714op/s] or [-22.086%; -19.746%]

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

  • 🟥 allocated_mem [+3.378KB; +3.378KB] or [+89.003%; +89.017%]
  • 🟥 throughput [-72667.564op/s; -71837.838op/s] or [-48.904%; -48.346%]

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

  • 🟥 allocated_mem [+3.336KB; +3.336KB] or [+88.150%; +88.161%]
  • 🟥 throughput [-73020.426op/s; -70146.161op/s] or [-46.462%; -44.633%]

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

  • 🟥 allocated_mem [+3.264KB; +3.264KB] or [+88.493%; +88.506%]
  • 🟥 throughput [-56411.013op/s; -53796.027op/s] or [-44.939%; -42.856%]

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

  • 🟩 throughput [+338146.031op/s; +350301.718op/s] or [+11.275%; +11.681%]

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

  • 🟩 execution_time [-19.316ms; -14.983ms] or [-8.904%; -6.907%]

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

  • 🟥 execution_time [+299.501ms; +300.209ms] or [+149.651%; +150.004%]

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

  • 🟥 execution_time [+299.836ms; +303.003ms] or [+151.208%; +152.805%]

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

  • 🟥 execution_time [+301.103ms; +303.549ms] or [+151.672%; +152.905%]

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

  • 🟥 execution_time [+296.466ms; +297.320ms] or [+145.612%; +146.032%]

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

  • 🟥 execution_time [+295.296ms; +297.949ms] or [+144.359%; +145.656%]

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

  • 🟥 execution_time [+301.274ms; +303.298ms] or [+150.576%; +151.588%]

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

  • 🟥 execution_time [+23.106µs; +50.292µs] or [+5.299%; +11.534%]
  • 🟥 throughput [-244.757op/s; -122.453op/s] or [-10.641%; -5.324%]

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

  • 🟥 execution_time [+22.149µs; +45.841µs] or [+7.071%; +14.635%]
  • 🟥 throughput [-427.012op/s; -227.667op/s] or [-13.311%; -7.097%]

scenario:Benchmarks.Trace.AspNetCoreBenchmark.SendRequest net472

  • 🟥 execution_time [+298.766ms; +299.543ms] or [+149.115%; +149.503%]

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

  • unstable execution_time [+406.751ms; +415.968ms] or [+441.952%; +451.966%]
  • 🟩 throughput [+775.573op/s; +950.838op/s] or [+6.373%; +7.813%]

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

  • unstable execution_time [+317.788ms; +354.046ms] or [+241.294%; +268.824%]

scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • unstable execution_time [+304.297ms; +334.178ms] or [+139.913%; +153.652%]
  • 🟥 throughput [-531.585op/s; -477.032op/s] or [-48.167%; -43.224%]

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

  • unstable execution_time [+209.412ms; +342.636ms] or [+89.243%; +146.017%]
  • 🟥 throughput [-670.010op/s; -586.523op/s] or [-44.690%; -39.121%]

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

  • 🟥 allocated_mem [+2.118KB; +2.122KB] or [+5.002%; +5.010%]
  • 🟥 execution_time [+347.821ms; +355.687ms] or [+208.037%; +212.742%]
  • 🟥 throughput [-406.174op/s; -368.386op/s] or [-28.281%; -25.650%]

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

  • unstable throughput [+10.861op/s; +48.152op/s] or [+3.122%; +13.841%]

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

  • 🟩 execution_time [-197.072µs; -147.025µs] or [-9.983%; -7.448%]
  • 🟩 throughput [+42.842op/s; +56.249op/s] or [+8.457%; +11.104%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearch net472

  • 🟥 execution_time [+303.679ms; +305.690ms] or [+152.927%; +153.940%]

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

  • 🟥 execution_time [+300.713ms; +302.349ms] or [+150.688%; +151.508%]

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

  • 🟥 execution_time [+302.500ms; +306.388ms] or [+151.963%; +153.916%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearchAsync net472

  • 🟥 execution_time [+301.509ms; +303.411ms] or [+151.408%; +152.363%]

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

  • 🟥 execution_time [+299.938ms; +301.414ms] or [+148.306%; +149.036%]

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

  • 🟥 execution_time [+303.818ms; +308.215ms] or [+153.988%; +156.217%]

scenario:Benchmarks.Trace.GraphQLBenchmark.ExecuteAsync net472

  • 🟥 execution_time [+300.358ms; +302.106ms] or [+150.753%; +151.630%]

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

  • 🟥 execution_time [+301.310ms; +303.499ms] or [+150.175%; +151.266%]
  • 🟩 throughput [+40664.464op/s; +46035.462op/s] or [+8.075%; +9.141%]

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

  • 🟥 execution_time [+298.663ms; +301.396ms] or [+148.582%; +149.942%]

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

  • 🟩 execution_time [-16.665ms; -13.021ms] or [-7.750%; -6.055%]
  • 🟩 throughput [+22417.164op/s; +28901.179op/s] or [+6.150%; +7.928%]

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

  • unstable execution_time [+12.948µs; +58.391µs] or [+3.198%; +14.423%]

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

  • 🟩 allocated_mem [-18.608KB; -18.585KB] or [-6.788%; -6.779%]
  • unstable execution_time [-42.204µs; +16.134µs] or [-8.341%; +3.189%]
  • unstable throughput [-50.202op/s; +155.302op/s] or [-2.505%; +7.750%]

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

  • 🟩 allocated_mem [-18.595KB; -18.576KB] or [-6.779%; -6.772%]
  • unstable execution_time [-62.393µs; +0.564µs] or [-10.812%; +0.098%]
  • unstable throughput [+15.637op/s; +193.597op/s] or [+0.893%; +11.060%]

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

  • unstable execution_time [+7.605µs; +12.762µs] or [+17.976%; +30.165%]
  • 🟥 throughput [-5430.016op/s; -3446.593op/s] or [-22.859%; -14.509%]

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

  • unstable execution_time [-15.215µs; -7.815µs] or [-23.605%; -12.125%]
  • 🟩 throughput [+1998.283op/s; +3594.867op/s] or [+12.260%; +22.056%]

scenario:Benchmarks.Trace.Log4netBenchmark.EnrichedLog net472

  • 🟥 execution_time [+301.618ms; +303.131ms] or [+152.455%; +153.219%]

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

  • 🟥 execution_time [+303.325ms; +307.162ms] or [+154.391%; +156.344%]

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

  • 🟥 execution_time [+298.990ms; +301.492ms] or [+149.682%; +150.934%]

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

  • 🟩 throughput [+33491.090op/s; +44419.941op/s] or [+6.339%; +8.408%]

scenario:Benchmarks.Trace.SerilogBenchmark.EnrichedLog net472

  • 🟥 execution_time [+299.459ms; +301.336ms] or [+149.253%; +150.189%]

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

  • 🟥 execution_time [+301.238ms; +303.542ms] or [+151.267%; +152.424%]

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

  • 🟥 execution_time [+304.471ms; +306.770ms] or [+154.408%; +155.574%]

scenario:Benchmarks.Trace.SingleSpanAspNetCoreBenchmark.SingleSpanAspNetCore net472

  • 🟥 execution_time [+299.181ms; +299.986ms] or [+149.233%; +149.635%]
  • 🟩 throughput [+66273433.537op/s; +66610350.776op/s] or [+48.264%; +48.510%]

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

  • 🟥 execution_time [+419.147ms; +424.601ms] or [+521.284%; +528.066%]

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

  • 🟥 execution_time [+299.820ms; +301.169ms] or [+149.543%; +150.216%]
  • 🟩 throughput [+17978589.371op/s; +18959794.656op/s] or [+7.963%; +8.398%]

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

  • 🟩 throughput [+70239.641op/s; +84146.663op/s] or [+6.558%; +7.856%]

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

  • 🟩 throughput [+86685.717op/s; +117311.524op/s] or [+6.710%; +9.080%]

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

  • 🟩 throughput [+71622.883op/s; +82831.863op/s] or [+7.113%; +8.227%]

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

  • 🟩 throughput [+45538.363op/s; +50425.921op/s] or [+8.269%; +9.156%]

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

  • 🟩 throughput [+52022.025op/s; +70162.298op/s] or [+5.812%; +7.839%]

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_RecordException_Sampled netcoreapp3.1
  • 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.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 net472
  • scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice net6.0
  • 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.RedisBenchmark.SendReceive netcoreapp3.1
  • scenario:Benchmarks.Trace.SpanBenchmark.StartFinishScope net472
  • scenario:Benchmarks.Trace.SpanBenchmark.StartFinishScope netcoreapp3.1
  • scenario:Benchmarks.Trace.SpanBenchmark.StartFinishSpan net472
  • 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

@pablomartinezbernardo
pablomartinezbernardo force-pushed the pmartinez/event-grid-outbound-e2e branch from 49fa28b to deb530a Compare July 21, 2026 09:34
@pablomartinezbernardo
pablomartinezbernardo force-pushed the pmartinez/event-grid-functions branch from 4b804a8 to 4e4e326 Compare July 21, 2026 09:34
@pablomartinezbernardo pablomartinezbernardo changed the title [Azure Event Grid] Add Azure Functions support [Tracer] (Event Grid 4/5) Add Azure Functions support Jul 21, 2026
@pablomartinezbernardo
pablomartinezbernardo force-pushed the pmartinez/event-grid-functions branch from 4e4e326 to 5613f67 Compare July 22, 2026 09:01
@pablomartinezbernardo
pablomartinezbernardo force-pushed the pmartinez/event-grid-outbound-e2e branch from deb530a to 2dcd501 Compare July 22, 2026 09:01
@pablomartinezbernardo
pablomartinezbernardo force-pushed the pmartinez/event-grid-functions branch from 4e4e326 to 5613f67 Compare July 22, 2026 09:01
Comment on lines -84 to +103
// 7 spans total: 1 health-check ping + 6 meaningful spans
// Wait for at least 7 spans (1 health-check ping + 6 meaningful).
var allSpans = await agent.WaitForSpansAsync(7, timeoutInMilliseconds: 30000, returnAllOperations: true);
// Filter out the health-check ping used to detect host readiness
var spans = allSpans.Where(s => s.Resource != "GET /admin/host/ping").ToImmutableList();
var filteredSpans = allSpans.Where(s => s.Resource != "GET /admin/host/ping").ToImmutableList();
var manualSpan = filteredSpans.FirstOrDefault(s => s.Name == "Manual inside ServiceBusTrigger");
var sendSpan = filteredSpans.FirstOrDefault(s => s.Name == "azure_servicebus.send");
var spans = filteredSpans
.Where(s => s.TraceId == manualSpan?.TraceId || s.TraceId == sendSpan?.TraceId)
.ToImmutableList();

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Event hubs was already doing this, I saw some errors happening because of this, fixing it here

@pablomartinezbernardo
pablomartinezbernardo force-pushed the pmartinez/event-grid-functions branch from 5613f67 to f532080 Compare July 24, 2026 08:10
@pablomartinezbernardo
pablomartinezbernardo force-pushed the pmartinez/event-grid-outbound-e2e branch from 2dcd501 to 2adf2d3 Compare July 24, 2026 08:10
@pablomartinezbernardo
pablomartinezbernardo force-pushed the pmartinez/event-grid-functions branch from f532080 to 9c329a7 Compare July 24, 2026 10:46
@pablomartinezbernardo
pablomartinezbernardo force-pushed the pmartinez/event-grid-outbound-e2e branch from 2adf2d3 to 5e098c3 Compare July 24, 2026 10:46
@pablomartinezbernardo
pablomartinezbernardo marked this pull request as ready for review July 24, 2026 14:52
@pablomartinezbernardo
pablomartinezbernardo requested review from a team as code owners July 24, 2026 14:52
@pablomartinezbernardo
pablomartinezbernardo requested review from Lewis-E and vandonr and removed request for a team July 24, 2026 14:52
@pablomartinezbernardo
pablomartinezbernardo force-pushed the pmartinez/event-grid-outbound-e2e branch from 5e098c3 to 7f77047 Compare July 27, 2026 08:08
@pablomartinezbernardo
pablomartinezbernardo force-pushed the pmartinez/event-grid-functions branch from 9c329a7 to 0d76d64 Compare July 27, 2026 08:08
@dd-trace-dotnet-ci-bot

dd-trace-dotnet-ci-bot Bot commented Jul 27, 2026

Copy link
Copy Markdown

Execution-Time Benchmarks Report ⏱️

Execution-time results for samples comparing This PR (8914) 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
duration71.09 ± (71.22 - 71.56) ms70.33 ± (70.37 - 70.65) ms-1.1%
.NET Framework 4.8 - Bailout
duration78.44 ± (78.23 - 78.65) ms75.06 ± (74.91 - 75.28) ms-4.3%
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1087.58 ± (1088.24 - 1096.26) ms1082.48 ± (1085.28 - 1093.61) ms-0.5%
.NET Core 3.1 - Baseline
process.internal_duration_ms22.34 ± (22.30 - 22.38) ms21.96 ± (21.93 - 22.00) ms-1.7%
process.time_to_main_ms83.44 ± (83.15 - 83.73) ms80.94 ± (80.77 - 81.12) ms-3.0%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed11.02 ± (11.02 - 11.02) MB11.01 ± (11.00 - 11.01) MB-0.1%
runtime.dotnet.threads.count12 ± (12 - 12)12 ± (12 - 12)+0.0%
.NET Core 3.1 - Bailout
process.internal_duration_ms22.08 ± (22.05 - 22.11) ms22.16 ± (22.13 - 22.19) ms+0.4%✅⬆️
process.time_to_main_ms83.80 ± (83.58 - 84.01) ms84.17 ± (83.89 - 84.45) ms+0.4%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed11.05 ± (11.05 - 11.06) MB11.04 ± (11.04 - 11.04) MB-0.1%
runtime.dotnet.threads.count13 ± (13 - 13)13 ± (13 - 13)+0.0%
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms210.06 ± (209.04 - 211.08) ms210.08 ± (209.04 - 211.12) ms+0.0%✅⬆️
process.time_to_main_ms535.65 ± (534.43 - 536.87) ms536.55 ± (535.22 - 537.88) ms+0.2%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed49.63 ± (49.59 - 49.66) MB49.59 ± (49.55 - 49.63) MB-0.1%
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)+0.3%✅⬆️
.NET 6 - Baseline
process.internal_duration_ms21.01 ± (20.97 - 21.05) ms20.84 ± (20.81 - 20.87) ms-0.8%
process.time_to_main_ms72.48 ± (72.23 - 72.73) ms71.09 ± (70.93 - 71.24) ms-1.9%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.73 ± (10.73 - 10.73) MB10.72 ± (10.72 - 10.72) 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.96) ms20.70 ± (20.68 - 20.73) ms-1.1%
process.time_to_main_ms74.15 ± (73.93 - 74.38) ms71.95 ± (71.79 - 72.10) ms-3.0%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.85 ± (10.84 - 10.85) MB10.84 ± (10.84 - 10.84) MB-0.1%
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms371.46 ± (369.21 - 373.71) ms371.95 ± (370.08 - 373.82) ms+0.1%✅⬆️
process.time_to_main_ms542.81 ± (541.75 - 543.87) ms542.58 ± (541.59 - 543.58) ms-0.0%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed50.63 ± (50.61 - 50.66) MB50.64 ± (50.62 - 50.66) MB+0.0%✅⬆️
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)-0.1%
.NET 8 - Baseline
process.internal_duration_ms18.94 ± (18.92 - 18.97) ms19.27 ± (19.23 - 19.31) ms+1.7%✅⬆️
process.time_to_main_ms69.41 ± (69.28 - 69.54) ms72.51 ± (72.29 - 72.72) ms+4.5%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.76 ± (7.75 - 7.77) MB7.77 ± (7.77 - 7.78) MB+0.2%✅⬆️
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 8 - Bailout
process.internal_duration_ms18.93 ± (18.91 - 18.96) ms19.05 ± (19.03 - 19.08) ms+0.6%✅⬆️
process.time_to_main_ms71.12 ± (71.02 - 71.21) ms72.20 ± (72.02 - 72.38) ms+1.5%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.80 ± (7.80 - 7.81) MB7.83 ± (7.83 - 7.84) MB+0.4%✅⬆️
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms294.12 ± (291.89 - 296.36) ms298.53 ± (296.10 - 300.96) ms+1.5%✅⬆️
process.time_to_main_ms494.95 ± (494.05 - 495.85) ms494.87 ± (493.90 - 495.84) ms-0.0%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed38.01 ± (37.98 - 38.04) MB38.18 ± (38.15 - 38.21) MB+0.4%✅⬆️
runtime.dotnet.threads.count27 ± (27 - 27)27 ± (27 - 27)+0.0%

HttpMessageHandler

Metric Master (Mean ± 95% CI) Current (Mean ± 95% CI) Change Status
.NET Framework 4.8 - Baseline
duration190.96 ± (190.79 - 191.36) ms191.78 ± (191.83 - 192.53) ms+0.4%✅⬆️
.NET Framework 4.8 - Bailout
duration195.11 ± (195.00 - 195.40) ms195.04 ± (194.88 - 195.33) ms-0.0%
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1167.72 ± (1168.94 - 1176.12) ms1167.77 ± (1169.81 - 1176.22) ms+0.0%✅⬆️
.NET Core 3.1 - Baseline
process.internal_duration_ms184.49 ± (184.27 - 184.72) ms184.49 ± (184.25 - 184.73) ms-0.0%
process.time_to_main_ms80.53 ± (80.37 - 80.69) ms80.49 ± (80.31 - 80.68) ms-0.0%
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.30 ± (16.24 - 16.36) MB16.36 ± (16.33 - 16.38) MB+0.4%✅⬆️
runtime.dotnet.threads.count19 ± (19 - 20)20 ± (19 - 20)+0.1%✅⬆️
.NET Core 3.1 - Bailout
process.internal_duration_ms183.91 ± (183.69 - 184.14) ms183.60 ± (183.37 - 183.83) ms-0.2%
process.time_to_main_ms81.82 ± (81.70 - 81.93) ms81.60 ± (81.51 - 81.69) ms-0.3%
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.39 ± (16.37 - 16.42) MB16.13 ± (16.00 - 16.25) MB-1.6%
runtime.dotnet.threads.count21 ± (20 - 21)20 ± (20 - 20)-3.1%
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms375.07 ± (374.00 - 376.14) ms372.40 ± (371.36 - 373.45) ms-0.7%
process.time_to_main_ms524.25 ± (523.42 - 525.08) ms523.28 ± (522.45 - 524.11) ms-0.2%
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed57.97 ± (57.91 - 58.04) MB58.08 ± (58.01 - 58.14) MB+0.2%✅⬆️
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (30 - 30)+0.2%✅⬆️
.NET 6 - Baseline
process.internal_duration_ms188.38 ± (188.15 - 188.60) ms188.22 ± (187.95 - 188.50) ms-0.1%
process.time_to_main_ms70.36 ± (70.20 - 70.53) ms70.46 ± (70.30 - 70.61) ms+0.1%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.39 ± (16.24 - 16.54) MB15.94 ± (15.77 - 16.11) MB-2.8%
runtime.dotnet.threads.count19 ± (18 - 19)18 ± (17 - 18)-5.4%
.NET 6 - Bailout
process.internal_duration_ms187.71 ± (187.53 - 187.89) ms187.02 ± (186.83 - 187.21) ms-0.4%
process.time_to_main_ms71.20 ± (71.15 - 71.26) ms71.30 ± (71.24 - 71.36) ms+0.1%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed15.91 ± (15.74 - 16.08) MB15.84 ± (15.68 - 16.00) MB-0.4%
runtime.dotnet.threads.count19 ± (18 - 19)18 ± (18 - 19)-0.2%
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms577.97 ± (574.63 - 581.31) ms580.45 ± (577.94 - 582.96) ms+0.4%✅⬆️
process.time_to_main_ms532.87 ± (531.97 - 533.76) ms533.73 ± (532.89 - 534.56) ms+0.2%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed61.48 ± (61.45 - 61.51) MB61.69 ± (61.65 - 61.72) MB+0.3%✅⬆️
runtime.dotnet.threads.count31 ± (31 - 31)31 ± (31 - 31)-0.0%
.NET 8 - Baseline
process.internal_duration_ms186.57 ± (186.34 - 186.79) ms186.76 ± (186.52 - 187.00) ms+0.1%✅⬆️
process.time_to_main_ms69.77 ± (69.58 - 69.96) ms69.79 ± (69.65 - 69.93) ms+0.0%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.92 ± (11.89 - 11.95) MB11.96 ± (11.91 - 12.01) MB+0.3%✅⬆️
runtime.dotnet.threads.count18 ± (18 - 18)18 ± (18 - 18)-0.4%
.NET 8 - Bailout
process.internal_duration_ms185.79 ± (185.60 - 185.98) ms185.88 ± (185.68 - 186.08) ms+0.0%✅⬆️
process.time_to_main_ms70.64 ± (70.56 - 70.71) ms70.86 ± (70.80 - 70.92) ms+0.3%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.60 ± (11.47 - 11.72) MB11.95 ± (11.88 - 12.01) MB+3.0%✅⬆️
runtime.dotnet.threads.count18 ± (18 - 18)19 ± (19 - 19)+5.4%✅⬆️
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms513.20 ± (510.51 - 515.89) ms509.10 ± (506.19 - 512.01) ms-0.8%
process.time_to_main_ms483.41 ± (482.78 - 484.03) ms492.28 ± (491.34 - 493.21) ms+1.8%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed51.35 ± (51.31 - 51.38) MB51.52 ± (51.48 - 51.55) MB+0.3%✅⬆️
runtime.dotnet.threads.count29 ± (29 - 29)29 ± (29 - 29)+0.5%✅⬆️
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 (8914) - mean (71ms)  : 69, 72
    master - mean (71ms)  : 69, 74

    section Bailout
    This PR (8914) - mean (75ms)  : 73, 77
    master - mean (78ms)  : 75, 82

    section CallTarget+Inlining+NGEN
    This PR (8914) - mean (1,089ms)  : 1030, 1149
    master - mean (1,092ms)  : 1035, 1149

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 (8914) - mean (109ms)  : 106, 111
    master - mean (113ms)  : 107, 119

    section Bailout
    This PR (8914) - mean (113ms)  : 108, 118
    master - mean (113ms)  : 108, 118

    section CallTarget+Inlining+NGEN
    This PR (8914) - mean (783ms)  : 769, 797
    master - mean (784ms)  : 766, 802

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

    section Bailout
    This PR (8914) - mean (98ms)  : 96, 100
    master - mean (102ms)  : 96, 107

    section CallTarget+Inlining+NGEN
    This PR (8914) - mean (943ms)  : 911, 975
    master - mean (944ms)  : 908, 980

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

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

    section CallTarget+Inlining+NGEN
    This PR (8914) - mean (825ms)  : 781, 870
    master - mean (818ms)  : 785, 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 (8914) - mean (192ms)  : 189, 196
    master - mean (191ms)  : 188, 194

    section Bailout
    This PR (8914) - mean (195ms)  : 193, 197
    master - mean (195ms)  : 193, 197

    section CallTarget+Inlining+NGEN
    This PR (8914) - mean (1,173ms)  : 1127, 1219
    master - mean (1,173ms)  : 1121, 1224

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 (8914) - mean (274ms)  : 269, 278
    master - mean (274ms)  : 271, 277

    section Bailout
    This PR (8914) - mean (274ms)  : 271, 276
    master - mean (274ms)  : 271, 277

    section CallTarget+Inlining+NGEN
    This PR (8914) - mean (935ms)  : 918, 952
    master - mean (942ms)  : 926, 958

Loading
HttpMessageHandler (.NET 6)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 6)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8914) - mean (267ms)  : 263, 272
    master - mean (267ms)  : 264, 271

    section Bailout
    This PR (8914) - mean (267ms)  : 264, 270
    master - mean (267ms)  : 265, 270

    section CallTarget+Inlining+NGEN
    This PR (8914) - mean (1,141ms)  : 1090, 1191
    master - mean (1,140ms)  : 1083, 1196

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

    section Bailout
    This PR (8914) - mean (266ms)  : 263, 269
    master - mean (266ms)  : 263, 269

    section CallTarget+Inlining+NGEN
    This PR (8914) - mean (1,034ms)  : 979, 1088
    master - mean (1,028ms)  : 986, 1070

Loading

@pablomartinezbernardo
pablomartinezbernardo force-pushed the pmartinez/event-grid-outbound-e2e branch from 7f77047 to 3c34a51 Compare July 27, 2026 09:22
@pablomartinezbernardo
pablomartinezbernardo force-pushed the pmartinez/event-grid-functions branch 3 times, most recently from e0ef388 to 5e19764 Compare July 28, 2026 08:59
@pablomartinezbernardo
pablomartinezbernardo force-pushed the pmartinez/event-grid-outbound-e2e branch 2 times, most recently from 73fd3c4 to 7a79f7a Compare July 29, 2026 09:10
@pablomartinezbernardo
pablomartinezbernardo force-pushed the pmartinez/event-grid-functions branch from 5e19764 to ddf0a72 Compare July 29, 2026 09:10
@pablomartinezbernardo
pablomartinezbernardo force-pushed the pmartinez/event-grid-functions branch from ddf0a72 to 27f0125 Compare July 29, 2026 09:43
@pablomartinezbernardo
pablomartinezbernardo force-pushed the pmartinez/event-grid-outbound-e2e branch from 7a79f7a to 183a4ea Compare July 29, 2026 09:43
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)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant