Skip to content

[Tracer] (Event Grid 1/5) Add contract and core behavior - #8911

Open
pablomartinezbernardo wants to merge 1 commit into
masterfrom
pmartinez/event-grid-contract-core
Open

[Tracer] (Event Grid 1/5) Add contract and core behavior#8911
pablomartinezbernardo wants to merge 1 commit into
masterfrom
pmartinez/event-grid-contract-core

Conversation

@pablomartinezbernardo

@pablomartinezbernardo pablomartinezbernardo commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Summary of changes

Adds the contracts and core tracing behavior for Azure Event Grid producer spans.

Reason for change

Provides the shared foundation for Azure Event Grid auto-instrumentation while preserving trace context across published events.

Implementation details

  • Adds Event Grid integration registration, telemetry, span metadata, and V0/V1 tags.
  • Creates producer spans with endpoint, batch size, and message ID metadata.
  • Injects W3C trace context and baggage into CloudEvent extension attributes.
    • Do not support other styles because of extension attributes limitations.
    • EventGridEvent does not support context propagation because it doesn't support attributes.
  • Lazily observes event enumerables without changing customer enumeration behavior.

Test coverage

  • Adds unit coverage for lazy, one-shot, partial, and failing enumerable scenarios.
  • Adds unit coverage for V1 peer service tags.

Other details

This is the base PR in a larger Graphite stack.

@pr-commenter

pr-commenter Bot commented Jul 21, 2026

Copy link
Copy Markdown

Benchmarks

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

Comparing candidate commit 14823fd in PR branch pmartinez/event-grid-contract-core with baseline commit 4e79e39 in branch master.

📊 Benchmarking dashboard

Found 0 performance improvements and 2 performance regressions! Performance is the same for 70 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 ----------------------------------'

scenario:Benchmarks.Trace.DbCommandBenchmark.ExecuteNonQuery net472

  • 🟥 throughput [-25698.505op/s; -22225.771op/s] or [-7.238%; -6.260%]

scenario:Benchmarks.Trace.HttpClientBenchmark.SendAsync net472

  • 🟥 throughput [-4754.534op/s; -4559.084op/s] or [-5.428%; -5.205%]

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 [-9629.566op/s; -9220.068op/s] or [-11.418%; -10.932%]

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

  • 🟥 throughput [-8277.995op/s; -7142.061op/s] or [-8.417%; -7.262%]

scenario:Benchmarks.Trace.AgentWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • 🟥 execution_time [+318.093ms; +323.461ms] or [+157.849%; +160.513%]
  • 🟥 throughput [-43.290op/s; -39.112op/s] or [-7.789%; -7.037%]

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

  • 🟥 execution_time [+378.016ms; +381.423ms] or [+298.656%; +301.347%]
  • 🟩 throughput [+92.065op/s; +97.787op/s] or [+12.138%; +12.893%]

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

  • 🟥 execution_time [+392.939ms; +395.847ms] or [+347.736%; +350.309%]

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

  • 🟥 allocated_mem [+4.684KB; +4.685KB] or [+98.619%; +98.637%]
  • 🟥 throughput [-60456.046op/s; -60100.749op/s] or [-47.038%; -46.761%]

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

  • 🟥 allocated_mem [+3.808KB; +3.808KB] or [+80.535%; +80.548%]
  • 🟩 execution_time [-16.132ms; -11.946ms] or [-7.534%; -5.579%]
  • 🟥 throughput [-59693.710op/s; -56917.429op/s] or [-43.573%; -41.547%]

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

  • 🟥 allocated_mem [+4.536KB; +4.536KB] or [+98.084%; +98.099%]
  • 🟥 throughput [-48810.472op/s; -46552.568op/s] or [-44.130%; -42.089%]

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

  • 🟥 allocated_mem [+1.307KB; +1.307KB] or [+105.743%; +105.758%]
  • 🟥 throughput [-259126.066op/s; -255513.404op/s] or [-26.458%; -26.089%]

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

  • 🟥 allocated_mem [+471 bytes; +472 bytes] or [+38.557%; +38.566%]
  • 🟩 execution_time [-26.106ms; -21.161ms] or [-11.642%; -9.437%]
  • 🟥 throughput [-74626.870op/s; -51726.889op/s] or [-7.972%; -5.526%]

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

  • 🟥 allocated_mem [+1.272KB; +1.272KB] or [+105.288%; +105.304%]
  • 🟥 throughput [-157396.701op/s; -141137.561op/s] or [-22.615%; -20.279%]

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

  • 🟥 allocated_mem [+3.378KB; +3.378KB] or [+89.003%; +89.017%]
  • 🟥 throughput [-72880.890op/s; -72081.798op/s] or [-49.048%; -48.510%]

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

  • 🟥 allocated_mem [+3.336KB; +3.336KB] or [+88.150%; +88.161%]
  • 🟥 throughput [-72824.944op/s; -69932.474op/s] or [-46.337%; -44.497%]

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

  • 🟥 allocated_mem [+3.264KB; +3.264KB] or [+88.493%; +88.506%]
  • 🟥 throughput [-56206.851op/s; -53592.193op/s] or [-44.776%; -42.693%]

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

  • 🟩 throughput [+263307.863op/s; +290419.993op/s] or [+8.780%; +9.684%]

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

  • 🟩 execution_time [-18.472ms; -14.135ms] or [-8.515%; -6.516%]

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

  • 🟥 execution_time [+299.481ms; +300.322ms] or [+149.641%; +150.061%]

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

  • 🟥 execution_time [+300.604ms; +317.782ms] or [+151.595%; +160.258%]

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

  • 🟥 execution_time [+298.641ms; +306.611ms] or [+150.432%; +154.447%]

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

  • 🟥 execution_time [+296.459ms; +297.303ms] or [+145.609%; +146.023%]

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

  • 🟥 execution_time [+295.069ms; +298.582ms] or [+144.249%; +145.966%]

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

  • 🟥 execution_time [+300.548ms; +302.146ms] or [+150.214%; +151.012%]

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

  • 🟥 execution_time [+26.207µs; +50.210µs] or [+8.367%; +16.030%]
  • 🟥 throughput [-461.628op/s; -260.024op/s] or [-14.390%; -8.106%]

scenario:Benchmarks.Trace.AspNetCoreBenchmark.SendRequest net472

  • 🟥 execution_time [+299.708ms; +300.523ms] or [+149.585%; +149.992%]

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

  • unstable execution_time [+320.571ms; +389.295ms] or [+348.314%; +422.985%]
  • 🟩 throughput [+712.404op/s; +890.000op/s] or [+5.854%; +7.313%]

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

  • 🟥 execution_time [+366.281ms; +370.925ms] or [+278.114%; +281.640%]

scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • unstable execution_time [+256.648ms; +301.104ms] or [+118.004%; +138.445%]
  • 🟥 throughput [-565.069op/s; -514.483op/s] or [-51.201%; -46.617%]

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

  • unstable execution_time [+200.721ms; +334.002ms] or [+85.539%; +142.338%]
  • 🟥 throughput [-667.692op/s; -584.202op/s] or [-44.535%; -38.966%]

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

  • 🟥 execution_time [+331.930ms; +341.284ms] or [+198.533%; +204.127%]
  • 🟥 throughput [-393.215op/s; -357.050op/s] or [-27.379%; -24.861%]

scenario:Benchmarks.Trace.CharSliceBenchmark.OptimizedCharSlice net472

  • 🟩 execution_time [-127.800µs; -119.017µs] or [-6.431%; -5.989%]
  • 🟩 throughput [+32.123op/s; +34.583op/s] or [+6.383%; +6.872%]

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

  • 🟩 execution_time [-154.547µs; -101.907µs] or [-7.829%; -5.162%]
  • 🟩 throughput [+29.467op/s; +43.437op/s] or [+5.817%; +8.575%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearch net472

  • 🟥 execution_time [+301.888ms; +303.412ms] or [+152.025%; +152.792%]

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

  • 🟥 execution_time [+299.372ms; +302.796ms] or [+150.016%; +151.732%]

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

  • 🟥 execution_time [+301.850ms; +305.235ms] or [+151.637%; +153.337%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearchAsync net472

  • 🟥 execution_time [+301.694ms; +302.984ms] or [+151.501%; +152.148%]

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

  • 🟥 execution_time [+299.383ms; +301.195ms] or [+148.032%; +148.927%]

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

  • 🟥 execution_time [+302.743ms; +306.650ms] or [+153.443%; +155.424%]

scenario:Benchmarks.Trace.GraphQLBenchmark.ExecuteAsync net472

  • 🟥 execution_time [+301.047ms; +303.707ms] or [+151.098%; +152.433%]

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

  • 🟥 execution_time [+301.521ms; +303.444ms] or [+150.281%; +151.239%]
  • 🟩 throughput [+41403.655op/s; +49739.823op/s] or [+8.221%; +9.877%]

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

  • 🟥 execution_time [+301.746ms; +304.513ms] or [+150.116%; +151.492%]

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

  • 🟩 execution_time [-16.731ms; -13.063ms] or [-7.780%; -6.074%]
  • 🟩 throughput [+18296.547op/s; +25340.095op/s] or [+5.019%; +6.951%]

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

  • unstable execution_time [+28.729µs; +74.582µs] or [+7.096%; +18.422%]
  • 🟥 throughput [-380.959op/s; -161.222op/s] or [-15.330%; -6.488%]

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

  • 🟩 allocated_mem [-17.787KB; -17.764KB] or [-6.488%; -6.480%]
  • unstable execution_time [-21.284µs; +33.959µs] or [-4.207%; +6.712%]

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

  • unstable execution_time [-42.082µs; +19.989µs] or [-7.293%; +3.464%]

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

  • unstable execution_time [+8.615µs; +15.672µs] or [+20.363%; +37.043%]
  • 🟥 throughput [-5955.788op/s; -3632.834op/s] or [-25.072%; -15.293%]

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

  • unstable execution_time [-14.304µs; -6.582µs] or [-22.192%; -10.212%]
  • unstable throughput [+1649.571op/s; +3281.044op/s] or [+10.121%; +20.130%]

scenario:Benchmarks.Trace.Log4netBenchmark.EnrichedLog net472

  • 🟥 execution_time [+300.761ms; +303.118ms] or [+152.022%; +153.212%]

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

  • 🟥 execution_time [+301.059ms; +303.402ms] or [+153.238%; +154.431%]

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

  • 🟥 execution_time [+298.638ms; +300.984ms] or [+149.505%; +150.680%]

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

  • 🟩 throughput [+42420.702op/s; +47520.714op/s] or [+8.029%; +8.995%]

scenario:Benchmarks.Trace.SerilogBenchmark.EnrichedLog net472

  • 🟥 execution_time [+301.305ms; +303.185ms] or [+150.173%; +151.110%]

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

  • 🟥 execution_time [+301.513ms; +303.104ms] or [+151.406%; +152.204%]

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

  • 🟥 execution_time [+302.882ms; +305.432ms] or [+153.602%; +154.896%]

scenario:Benchmarks.Trace.SingleSpanAspNetCoreBenchmark.SingleSpanAspNetCore net472

  • 🟥 execution_time [+299.442ms; +300.260ms] or [+149.363%; +149.771%]
  • 🟩 throughput [+60938705.544op/s; +61227816.092op/s] or [+44.379%; +44.590%]

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

  • 🟥 execution_time [+421.903ms; +426.571ms] or [+524.711%; +530.517%]

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

  • 🟥 execution_time [+298.608ms; +299.723ms] or [+148.939%; +149.495%]

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

  • 🟩 throughput [+99144.537op/s; +107623.598op/s] or [+9.257%; +10.048%]

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

  • 🟩 throughput [+65475.342op/s; +97938.381op/s] or [+5.068%; +7.581%]

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

  • 🟩 throughput [+62497.873op/s; +73061.964op/s] or [+6.207%; +7.256%]

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

  • 🟩 throughput [+51165.349op/s; +55593.966op/s] or [+9.291%; +10.095%]

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

  • 🟩 throughput [+24878.057op/s; +34889.915op/s] or [+5.569%; +7.810%]

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

  • 🟩 throughput [+67837.538op/s; +86338.920op/s] or [+7.579%; +9.646%]

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.ActivityBenchmark.StartStopWithChild net6.0
  • scenario:Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorSimpleBody net472
  • scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmark net472
  • scenario:Benchmarks.Trace.Asm.AppSecWafBenchmark.RunWafRealisticBenchmark net6.0
  • 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.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.TraceAnnotationsBenchmark.RunOnMethodBegin net472
  • scenario:Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin netcoreapp3.1

@dd-trace-dotnet-ci-bot

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

Copy link
Copy Markdown

Execution-Time Benchmarks Report ⏱️

Execution-time results for samples comparing This PR (8911) 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.39 ± (74.31 - 75.03) ms73.48 ± (73.51 - 74.18) ms-1.2%
.NET Framework 4.8 - Bailout
duration76.80 ± (76.84 - 77.54) ms78.15 ± (78.08 - 78.62) ms+1.8%✅⬆️
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1085.81 ± (1085.41 - 1092.84) ms1093.91 ± (1093.39 - 1101.67) ms+0.7%✅⬆️
.NET Core 3.1 - Baseline
process.internal_duration_ms22.25 ± (22.20 - 22.29) ms22.43 ± (22.37 - 22.48) ms+0.8%✅⬆️
process.time_to_main_ms82.67 ± (82.41 - 82.94) ms85.36 ± (85.05 - 85.66) ms+3.2%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed11.03 ± (11.02 - 11.03) MB11.01 ± (11.01 - 11.02) MB-0.1%
runtime.dotnet.threads.count12 ± (12 - 12)12 ± (12 - 12)+0.0%
.NET Core 3.1 - Bailout
process.internal_duration_ms21.93 ± (21.91 - 21.95) ms22.02 ± (21.98 - 22.05) ms+0.4%✅⬆️
process.time_to_main_ms82.25 ± (82.10 - 82.41) ms83.10 ± (82.91 - 83.29) ms+1.0%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed11.05 ± (11.05 - 11.06) MB11.05 ± (11.05 - 11.05) MB-0.0%
runtime.dotnet.threads.count13 ± (13 - 13)13 ± (13 - 13)+0.0%
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms208.38 ± (207.59 - 209.18) ms210.37 ± (209.47 - 211.27) ms+1.0%✅⬆️
process.time_to_main_ms535.69 ± (534.46 - 536.92) ms542.61 ± (541.20 - 544.01) ms+1.3%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed49.55 ± (49.52 - 49.58) MB49.60 ± (49.56 - 49.64) MB+0.1%✅⬆️
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)+0.1%✅⬆️
.NET 6 - Baseline
process.internal_duration_ms20.75 ± (20.73 - 20.78) ms20.79 ± (20.76 - 20.82) ms+0.2%✅⬆️
process.time_to_main_ms70.84 ± (70.69 - 70.99) ms71.09 ± (70.96 - 71.22) ms+0.4%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.72 ± (10.72 - 10.73) MB10.73 ± (10.73 - 10.73) MB+0.1%✅⬆️
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 6 - Bailout
process.internal_duration_ms20.60 ± (20.58 - 20.62) ms20.74 ± (20.71 - 20.78) ms+0.7%✅⬆️
process.time_to_main_ms71.49 ± (71.39 - 71.59) ms72.06 ± (71.92 - 72.19) ms+0.8%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed10.83 ± (10.83 - 10.84) 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_ms369.05 ± (366.94 - 371.16) ms370.21 ± (367.71 - 372.72) ms+0.3%✅⬆️
process.time_to_main_ms540.96 ± (539.84 - 542.07) ms543.19 ± (541.92 - 544.47) ms+0.4%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed50.61 ± (50.59 - 50.63) MB50.61 ± (50.59 - 50.63) MB+0.0%✅⬆️
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)+0.1%✅⬆️
.NET 8 - Baseline
process.internal_duration_ms19.18 ± (19.14 - 19.22) ms19.51 ± (19.45 - 19.56) ms+1.7%✅⬆️
process.time_to_main_ms71.40 ± (71.14 - 71.66) ms73.80 ± (73.51 - 74.08) ms+3.4%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.76 ± (7.75 - 7.76) MB7.74 ± (7.74 - 7.75) MB-0.2%
runtime.dotnet.threads.count10 ± (10 - 10)10 ± (10 - 10)+0.0%
.NET 8 - Bailout
process.internal_duration_ms19.24 ± (19.20 - 19.27) ms19.09 ± (19.06 - 19.12) ms-0.8%
process.time_to_main_ms73.41 ± (73.21 - 73.60) ms72.00 ± (71.83 - 72.16) ms-1.9%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.81 ± (7.80 - 7.81) MB7.82 ± (7.81 - 7.82) MB+0.1%✅⬆️
runtime.dotnet.threads.count11 ± (11 - 11)11 ± (11 - 11)+0.0%
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms301.00 ± (298.21 - 303.79) ms297.40 ± (295.17 - 299.63) ms-1.2%
process.time_to_main_ms490.49 ± (489.51 - 491.48) ms494.71 ± (493.53 - 495.89) ms+0.9%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed38.10 ± (38.08 - 38.13) MB38.05 ± (38.02 - 38.07) MB-0.1%
runtime.dotnet.threads.count27 ± (27 - 27)27 ± (27 - 27)+0.8%✅⬆️

HttpMessageHandler

Metric Master (Mean ± 95% CI) Current (Mean ± 95% CI) Change Status
.NET Framework 4.8 - Baseline
duration202.65 ± (202.48 - 203.30) ms204.59 ± (204.61 - 205.52) ms+1.0%✅⬆️
.NET Framework 4.8 - Bailout
duration207.26 ± (206.82 - 207.70) ms207.42 ± (207.43 - 208.26) ms+0.1%✅⬆️
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1214.79 ± (1214.10 - 1221.54) ms1223.34 ± (1222.38 - 1228.91) ms+0.7%✅⬆️
.NET Core 3.1 - Baseline
process.internal_duration_ms195.93 ± (195.49 - 196.38) ms196.09 ± (195.68 - 196.51) ms+0.1%✅⬆️
process.time_to_main_ms85.69 ± (85.40 - 85.97) ms86.00 ± (85.74 - 86.26) ms+0.4%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.13 ± (16.11 - 16.16) MB16.19 ± (16.16 - 16.21) MB+0.4%✅⬆️
runtime.dotnet.threads.count20 ± (19 - 20)20 ± (19 - 20)-0.2%
.NET Core 3.1 - Bailout
process.internal_duration_ms194.47 ± (194.07 - 194.87) ms196.06 ± (195.64 - 196.48) ms+0.8%✅⬆️
process.time_to_main_ms86.37 ± (86.17 - 86.57) ms87.20 ± (86.98 - 87.43) ms+1.0%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.22 ± (16.20 - 16.25) MB16.21 ± (16.19 - 16.23) MB-0.1%
runtime.dotnet.threads.count21 ± (20 - 21)21 ± (20 - 21)+0.1%✅⬆️
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms383.06 ± (381.88 - 384.25) ms387.53 ± (386.29 - 388.76) ms+1.2%✅⬆️
process.time_to_main_ms543.19 ± (541.94 - 544.43) ms551.15 ± (550.03 - 552.27) ms+1.5%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed58.08 ± (57.95 - 58.20) MB58.48 ± (58.29 - 58.66) MB+0.7%✅⬆️
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (30 - 30)+0.2%✅⬆️
.NET 6 - Baseline
process.internal_duration_ms199.86 ± (199.42 - 200.29) ms201.19 ± (200.81 - 201.57) ms+0.7%✅⬆️
process.time_to_main_ms74.48 ± (74.22 - 74.74) ms75.15 ± (74.90 - 75.41) ms+0.9%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.45 ± (16.42 - 16.48) MB16.53 ± (16.51 - 16.55) MB+0.5%✅⬆️
runtime.dotnet.threads.count19 ± (19 - 19)19 ± (19 - 19)+1.0%✅⬆️
.NET 6 - Bailout
process.internal_duration_ms198.28 ± (197.90 - 198.67) ms200.37 ± (200.01 - 200.74) ms+1.1%✅⬆️
process.time_to_main_ms75.45 ± (75.28 - 75.63) ms76.01 ± (75.79 - 76.23) ms+0.7%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.55 ± (16.54 - 16.57) MB16.55 ± (16.53 - 16.58) MB-0.0%
runtime.dotnet.threads.count20 ± (20 - 20)20 ± (20 - 20)-0.4%
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms584.78 ± (582.04 - 587.51) ms585.15 ± (582.08 - 588.22) ms+0.1%✅⬆️
process.time_to_main_ms557.96 ± (556.82 - 559.09) ms561.99 ± (560.68 - 563.31) ms+0.7%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed61.70 ± (61.61 - 61.79) MB61.68 ± (61.58 - 61.77) MB-0.0%
runtime.dotnet.threads.count31 ± (31 - 31)31 ± (31 - 31)-0.0%
.NET 8 - Baseline
process.internal_duration_ms198.56 ± (198.09 - 199.03) ms199.67 ± (199.25 - 200.09) ms+0.6%✅⬆️
process.time_to_main_ms73.90 ± (73.64 - 74.17) ms74.68 ± (74.40 - 74.95) ms+1.0%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.86 ± (11.84 - 11.89) MB11.83 ± (11.81 - 11.85) MB-0.3%
runtime.dotnet.threads.count19 ± (19 - 19)19 ± (19 - 19)+0.3%✅⬆️
.NET 8 - Bailout
process.internal_duration_ms198.59 ± (198.14 - 199.03) ms200.72 ± (200.32 - 201.12) ms+1.1%✅⬆️
process.time_to_main_ms74.94 ± (74.71 - 75.16) ms75.97 ± (75.78 - 76.15) ms+1.4%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.91 ± (11.88 - 11.93) MB11.87 ± (11.84 - 11.89) MB-0.3%
runtime.dotnet.threads.count20 ± (19 - 20)20 ± (19 - 20)+0.3%✅⬆️
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms508.91 ± (505.83 - 511.99) ms508.02 ± (505.34 - 510.70) ms-0.2%
process.time_to_main_ms508.71 ± (507.90 - 509.51) ms513.37 ± (512.39 - 514.35) ms+0.9%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed51.41 ± (51.37 - 51.45) MB51.42 ± (51.38 - 51.46) MB+0.0%✅⬆️
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (29 - 30)-0.8%
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 (8911) - mean (74ms)  : 69, 79
    master - mean (75ms)  : 70, 80

    section Bailout
    This PR (8911) - mean (78ms)  : 74, 83
    master - mean (77ms)  : 72, 83

    section CallTarget+Inlining+NGEN
    This PR (8911) - mean (1,098ms)  : 1036, 1159
    master - mean (1,089ms)  : 1034, 1145

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 (8911) - mean (115ms)  : 108, 122
    master - mean (112ms)  : 107, 117

    section Bailout
    This PR (8911) - mean (112ms)  : 108, 115
    master - mean (111ms)  : 109, 113

    section CallTarget+Inlining+NGEN
    This PR (8911) - mean (790ms)  : 760, 819
    master - mean (782ms)  : 761, 804

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

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

    section CallTarget+Inlining+NGEN
    This PR (8911) - mean (945ms)  : 899, 991
    master - mean (940ms)  : 892, 988

Loading
FakeDbCommand (.NET 8)
gantt
    title Execution time (ms) FakeDbCommand (.NET 8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8911) - mean (101ms)  : 94, 108
    master - mean (98ms)  : 92, 103

    section Bailout
    This PR (8911) - mean (98ms)  : 94, 103
    master - mean (100ms)  : 96, 104

    section CallTarget+Inlining+NGEN
    This PR (8911) - mean (822ms)  : 785, 859
    master - mean (820ms)  : 778, 861

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 (8911) - mean (205ms)  : 200, 210
    master - mean (203ms)  : 199, 207

    section Bailout
    This PR (8911) - mean (208ms)  : 204, 212
    master - mean (207ms)  : 203, 212

    section CallTarget+Inlining+NGEN
    This PR (8911) - mean (1,226ms)  : 1178, 1273
    master - mean (1,218ms)  : 1162, 1273

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 (8911) - mean (292ms)  : 286, 298
    master - mean (292ms)  : 285, 298

    section Bailout
    This PR (8911) - mean (293ms)  : 288, 298
    master - mean (291ms)  : 286, 295

    section CallTarget+Inlining+NGEN
    This PR (8911) - mean (979ms)  : 953, 1004
    master - mean (966ms)  : 947, 985

Loading
HttpMessageHandler (.NET 6)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 6)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8911) - mean (286ms)  : 278, 294
    master - mean (284ms)  : 278, 291

    section Bailout
    This PR (8911) - mean (286ms)  : 280, 292
    master - mean (283ms)  : 278, 288

    section CallTarget+Inlining+NGEN
    This PR (8911) - mean (1,174ms)  : 1130, 1217
    master - mean (1,170ms)  : 1126, 1214

Loading
HttpMessageHandler (.NET 8)
gantt
    title Execution time (ms) HttpMessageHandler (.NET 8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8911) - mean (285ms)  : 278, 293
    master - mean (283ms)  : 276, 289

    section Bailout
    This PR (8911) - mean (287ms)  : 282, 292
    master - mean (284ms)  : 278, 291

    section CallTarget+Inlining+NGEN
    This PR (8911) - mean (1,053ms)  : 1006, 1100
    master - mean (1,052ms)  : 1007, 1097

Loading

@pablomartinezbernardo pablomartinezbernardo changed the title [Azure Event Grid] Add contract and core behavior [Tracer] (Event Grid 1/5) Add contract and core behavior Jul 21, 2026
@pablomartinezbernardo
pablomartinezbernardo force-pushed the pmartinez/event-grid-contract-core branch 4 times, most recently from a6f6e65 to 4a68967 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 vandonr and removed request for a team July 24, 2026 14:52

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

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4a689671af

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@pablomartinezbernardo
pablomartinezbernardo force-pushed the pmartinez/event-grid-contract-core branch from 4a68967 to c67ae6c Compare July 27, 2026 09:22
@pablomartinezbernardo
pablomartinezbernardo force-pushed the pmartinez/event-grid-contract-core branch from c67ae6c to 14823fd 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