Skip to content

[Tracer] (Event Grid 2/5) Register outbound SDK calltargets - #8912

Open
pablomartinezbernardo wants to merge 1 commit into
pmartinez/event-grid-contract-corefrom
pmartinez/event-grid-calltargets
Open

[Tracer] (Event Grid 2/5) Register outbound SDK calltargets#8912
pablomartinezbernardo wants to merge 1 commit into
pmartinez/event-grid-contract-corefrom
pmartinez/event-grid-calltargets

Conversation

@pablomartinezbernardo

@pablomartinezbernardo pablomartinezbernardo commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Summary of changes

Registers outbound CallTarget instrumentation for Azure.Messaging.EventGrid and Azure.Messaging.EventGrid.Namespaces.

Reason for change

Create producer spans and inject trace context where supported when applications publish Azure Event Grid events.

Implementation details

  • Instruments synchronous and asynchronous publisher APIs for single and batched CloudEvent and EventGridEvent payloads.
  • Regenerates CallTarget definitions and adds both SDK assemblies to trimming and Honeypot metadata.

Test coverage

End-to-end coverage is added in the follow-up outbound E2E PR in this stack.

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:35

Comparing candidate commit 7af02af in PR branch pmartinez/event-grid-calltargets with baseline commit 4e79e39 in branch master.

📊 Benchmarking dashboard

Found 0 performance improvements and 1 performance regressions! Performance is the same for 71 metrics, 0 unstable metrics, 59 known flaky benchmarks, 67 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.HttpClientBenchmark.SendAsync net472

  • 🟥 throughput [-5336.118op/s; -5076.792op/s] or [-6.092%; -5.796%]

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 [-10431.303op/s; -9333.232op/s] or [-12.368%; -11.066%]

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

  • 🟥 throughput [-10031.332op/s; -8857.411op/s] or [-10.200%; -9.006%]

scenario:Benchmarks.Trace.AgentWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • 🟥 execution_time [+312.041ms; +319.520ms] or [+154.846%; +158.557%]
  • 🟥 throughput [-44.299op/s; -40.537op/s] or [-7.970%; -7.293%]

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

  • 🟥 execution_time [+375.285ms; +377.101ms] or [+296.498%; +297.933%]
  • 🟩 throughput [+99.256op/s; +102.391op/s] or [+13.087%; +13.500%]

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

  • 🟥 execution_time [+392.275ms; +395.320ms] or [+347.148%; +349.843%]

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

  • 🟥 allocated_mem [+4.686KB; +4.686KB] or [+98.642%; +98.655%]
  • 🟥 throughput [-60620.200op/s; -60156.712op/s] or [-47.166%; -46.805%]

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

  • 🟥 allocated_mem [+3.808KB; +3.808KB] or [+80.535%; +80.548%]
  • 🟩 execution_time [-15.506ms; -11.322ms] or [-7.242%; -5.288%]
  • 🟥 throughput [-59387.974op/s; -56627.191op/s] or [-43.350%; -41.335%]

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

  • 🟥 allocated_mem [+4.536KB; +4.536KB] or [+98.084%; +98.099%]
  • 🟥 throughput [-49433.171op/s; -47159.063op/s] or [-44.693%; -42.637%]

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

  • 🟥 allocated_mem [+1.307KB; +1.307KB] or [+105.743%; +105.758%]
  • 🟥 throughput [-278020.881op/s; -273491.762op/s] or [-28.387%; -27.925%]

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

  • 🟥 allocated_mem [+471 bytes; +472 bytes] or [+38.557%; +38.566%]
  • 🟩 execution_time [-25.635ms; -20.721ms] or [-11.432%; -9.241%]
  • 🟥 throughput [-76574.862op/s; -53827.008op/s] or [-8.181%; -5.750%]

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

  • 🟥 allocated_mem [+1.272KB; +1.272KB] or [+105.288%; +105.304%]
  • 🟥 throughput [-167156.488op/s; -150735.603op/s] or [-24.017%; -21.658%]

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

  • 🟥 allocated_mem [+3.378KB; +3.378KB] or [+89.003%; +89.017%]
  • 🟥 throughput [-72936.061op/s; -72151.531op/s] or [-49.085%; -48.557%]

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

  • 🟥 allocated_mem [+3.336KB; +3.336KB] or [+88.150%; +88.161%]
  • 🟥 throughput [-73018.358op/s; -70135.019op/s] or [-46.460%; -44.626%]

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

  • 🟥 allocated_mem [+3.264KB; +3.264KB] or [+88.493%; +88.506%]
  • 🟥 throughput [-56232.280op/s; -53607.750op/s] or [-44.796%; -42.706%]

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

  • 🟩 throughput [+295131.596op/s; +311973.764op/s] or [+9.841%; +10.403%]

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

  • 🟩 execution_time [-18.874ms; -14.534ms] or [-8.700%; -6.700%]

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

  • 🟥 execution_time [+299.929ms; +300.614ms] or [+149.864%; +150.206%]

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

  • 🟥 execution_time [+297.889ms; +301.785ms] or [+150.226%; +152.191%]
  • 🟩 throughput [+665.977op/s; +887.339op/s] or [+5.094%; +6.787%]

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

  • 🟥 execution_time [+298.894ms; +301.427ms] or [+150.560%; +151.835%]

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

  • 🟥 execution_time [+296.056ms; +296.876ms] or [+145.411%; +145.814%]

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

  • 🟥 execution_time [+296.074ms; +297.833ms] or [+144.739%; +145.599%]

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

  • 🟥 execution_time [+303.008ms; +306.390ms] or [+151.443%; +153.134%]

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

  • 🟥 execution_time [+21.151µs; +44.726µs] or [+6.752%; +14.279%]
  • 🟥 throughput [-418.175op/s; -219.758op/s] or [-13.036%; -6.851%]

scenario:Benchmarks.Trace.AspNetCoreBenchmark.SendRequest net472

  • 🟥 execution_time [+299.233ms; +299.907ms] or [+149.348%; +149.684%]

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

  • unstable execution_time [+352.638ms; +398.787ms] or [+383.156%; +433.299%]
  • 🟩 throughput [+700.694op/s; +867.976op/s] or [+5.758%; +7.132%]

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

  • unstable execution_time [+242.724ms; +308.541ms] or [+184.298%; +234.272%]

scenario:Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces net472

  • unstable execution_time [+261.356ms; +320.921ms] or [+120.169%; +147.556%]
  • 🟥 throughput [-525.120op/s; -472.612op/s] or [-47.581%; -42.823%]

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

  • unstable execution_time [+144.270ms; +290.169ms] or [+61.482%; +123.658%]
  • 🟥 throughput [-670.351op/s; -586.883op/s] or [-44.713%; -39.145%]

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

  • 🟥 execution_time [+343.592ms; +357.089ms] or [+205.508%; +213.581%]
  • 🟥 throughput [-422.150op/s; -383.446op/s] or [-29.394%; -26.699%]

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

  • 🟩 execution_time [-167.998µs; -116.463µs] or [-8.510%; -5.900%]
  • 🟩 throughput [+33.580op/s; +47.580op/s] or [+6.629%; +9.393%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearch net472

  • 🟥 execution_time [+302.757ms; +304.077ms] or [+152.463%; +153.127%]

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

  • 🟥 execution_time [+301.358ms; +303.349ms] or [+151.011%; +152.009%]

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

  • 🟥 execution_time [+301.045ms; +304.871ms] or [+151.232%; +153.154%]

scenario:Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearchAsync net472

  • 🟥 execution_time [+303.289ms; +305.423ms] or [+152.302%; +153.373%]

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

  • 🟥 execution_time [+294.653ms; +297.240ms] or [+145.693%; +146.972%]

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

  • 🟥 execution_time [+303.538ms; +307.661ms] or [+153.846%; +155.936%]

scenario:Benchmarks.Trace.GraphQLBenchmark.ExecuteAsync net472

  • 🟥 execution_time [+300.906ms; +302.767ms] or [+151.028%; +151.962%]

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

  • 🟥 execution_time [+300.875ms; +304.582ms] or [+149.958%; +151.806%]
  • 🟩 throughput [+45527.914op/s; +55500.726op/s] or [+9.040%; +11.021%]

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

  • 🟥 execution_time [+300.854ms; +303.629ms] or [+149.672%; +151.053%]

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

  • 🟩 execution_time [-16.851ms; -13.205ms] or [-7.836%; -6.141%]
  • 🟩 throughput [+22109.378op/s; +28980.331op/s] or [+6.065%; +7.950%]

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

  • unstable execution_time [+15.889µs; +58.457µs] or [+3.925%; +14.439%]

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

  • 🟩 allocated_mem [-19.492KB; -19.470KB] or [-7.110%; -7.102%]
  • unstable execution_time [-33.893µs; +23.144µs] or [-6.699%; +4.574%]

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

  • unstable execution_time [-55.229µs; +7.212µs] or [-9.571%; +1.250%]
  • unstable throughput [-7.795op/s; +168.272op/s] or [-0.445%; +9.614%]

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

  • unstable execution_time [+7.755µs; +12.391µs] or [+18.331%; +29.290%]
  • 🟥 throughput [-5429.416op/s; -3497.833op/s] or [-22.856%; -14.725%]

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

  • unstable execution_time [-13.421µs; -5.677µs] or [-20.822%; -8.808%]
  • unstable throughput [+1342.102op/s; +3007.838op/s] or [+8.234%; +18.454%]

scenario:Benchmarks.Trace.Log4netBenchmark.EnrichedLog net472

  • 🟥 execution_time [+302.670ms; +303.900ms] or [+152.986%; +153.608%]

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

  • 🟥 execution_time [+302.577ms; +305.148ms] or [+154.011%; +155.320%]

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

  • 🟥 execution_time [+298.449ms; +300.524ms] or [+149.410%; +150.449%]

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

  • 🟩 throughput [+37565.307op/s; +43588.174op/s] or [+7.110%; +8.250%]

scenario:Benchmarks.Trace.SerilogBenchmark.EnrichedLog net472

  • 🟥 execution_time [+299.033ms; +301.037ms] or [+149.041%; +150.040%]

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

  • 🟥 execution_time [+303.570ms; +305.382ms] or [+152.438%; +153.348%]

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

  • 🟥 execution_time [+303.762ms; +305.815ms] or [+154.049%; +155.090%]

scenario:Benchmarks.Trace.SingleSpanAspNetCoreBenchmark.SingleSpanAspNetCore net472

  • 🟥 execution_time [+299.698ms; +301.027ms] or [+149.491%; +150.154%]
  • 🟩 throughput [+61126542.745op/s; +61483058.764op/s] or [+44.516%; +44.776%]

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

  • unstable execution_time [+343.192ms; +401.937ms] or [+426.820%; +499.880%]

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

  • 🟥 execution_time [+298.937ms; +300.063ms] or [+149.103%; +149.665%]

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

  • 🟩 throughput [+75932.160op/s; +84892.218op/s] or [+7.090%; +7.926%]

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

  • 🟩 throughput [+46028.169op/s; +65004.702op/s] or [+5.328%; +7.524%]

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

  • 🟩 throughput [+42505.879op/s; +50236.522op/s] or [+7.718%; +9.122%]

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

  • 🟩 throughput [+54019.213op/s; +72623.327op/s] or [+6.035%; +8.114%]

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 net472
  • 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.StartFinishSpan net472
  • scenario:Benchmarks.Trace.SpanBenchmark.StartFinishSpan net6.0
  • scenario:Benchmarks.Trace.SpanBenchmark.StartFinishSpan netcoreapp3.1
  • 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-calltargets branch from 6962620 to 2674581 Compare July 21, 2026 09:34
@pablomartinezbernardo pablomartinezbernardo changed the title [Azure Event Grid] Register outbound SDK calltargets [Tracer] (Event Grid 2/5) Register outbound SDK calltargets Jul 21, 2026
@pablomartinezbernardo
pablomartinezbernardo force-pushed the pmartinez/event-grid-calltargets branch 2 times, most recently from 2674581 to ab8152d Compare July 22, 2026 09:01
@pablomartinezbernardo
pablomartinezbernardo force-pushed the pmartinez/event-grid-contract-core branch 2 times, most recently from a43a196 to a6f6e65 Compare July 24, 2026 08:10
@pablomartinezbernardo
pablomartinezbernardo force-pushed the pmartinez/event-grid-calltargets branch from ab8152d to 2f6ba44 Compare July 24, 2026 08:10
@dd-trace-dotnet-ci-bot

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

Copy link
Copy Markdown

Execution-Time Benchmarks Report ⏱️

Execution-time results for samples comparing This PR (8912) 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) ms74.22 ± (73.77 - 74.42) ms+4.4%✅⬆️
.NET Framework 4.8 - Bailout
duration78.44 ± (78.23 - 78.65) ms78.62 ± (78.24 - 78.89) ms+0.2%✅⬆️
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1087.58 ± (1088.24 - 1096.26) ms1088.28 ± (1088.48 - 1095.71) ms+0.1%✅⬆️
.NET Core 3.1 - Baseline
process.internal_duration_ms22.34 ± (22.30 - 22.38) ms22.48 ± (22.44 - 22.52) ms+0.6%✅⬆️
process.time_to_main_ms83.44 ± (83.15 - 83.73) ms84.63 ± (84.33 - 84.92) ms+1.4%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed11.02 ± (11.02 - 11.02) MB11.00 ± (11.00 - 11.01) MB-0.2%
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.10 ± (22.08 - 22.13) ms+0.1%✅⬆️
process.time_to_main_ms83.80 ± (83.58 - 84.01) ms83.24 ± (83.06 - 83.41) ms-0.7%
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.63 ± (209.78 - 211.48) ms+0.3%✅⬆️
process.time_to_main_ms535.65 ± (534.43 - 536.87) ms541.91 ± (540.69 - 543.14) ms+1.2%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed49.63 ± (49.59 - 49.66) MB49.51 ± (49.46 - 49.55) MB-0.2%
runtime.dotnet.threads.count28 ± (28 - 28)28 ± (28 - 28)+0.5%✅⬆️
.NET 6 - Baseline
process.internal_duration_ms21.01 ± (20.97 - 21.05) ms21.14 ± (21.10 - 21.19) ms+0.6%✅⬆️
process.time_to_main_ms72.48 ± (72.23 - 72.73) ms73.97 ± (73.72 - 74.21) ms+2.0%✅⬆️
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.92 ± (20.88 - 20.95) ms-0.0%
process.time_to_main_ms74.15 ± (73.93 - 74.38) ms73.67 ± (73.44 - 73.89) ms-0.7%
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.0%
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) ms373.99 ± (371.65 - 376.33) ms+0.7%✅⬆️
process.time_to_main_ms542.81 ± (541.75 - 543.87) ms545.56 ± (544.45 - 546.67) ms+0.5%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed50.63 ± (50.61 - 50.66) MB50.62 ± (50.60 - 50.64) 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.03 ± (19.00 - 19.06) ms+0.4%✅⬆️
process.time_to_main_ms69.41 ± (69.28 - 69.54) ms70.19 ± (70.03 - 70.34) ms+1.1%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.76 ± (7.75 - 7.77) MB7.78 ± (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.36 ± (19.32 - 19.39) ms+2.2%✅⬆️
process.time_to_main_ms71.12 ± (71.02 - 71.21) ms74.47 ± (74.25 - 74.68) ms+4.7%✅⬆️
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed7.80 ± (7.80 - 7.81) MB7.84 ± (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) ms296.57 ± (294.24 - 298.90) ms+0.8%✅⬆️
process.time_to_main_ms494.95 ± (494.05 - 495.85) ms492.53 ± (491.42 - 493.64) ms-0.5%
runtime.dotnet.exceptions.count0 ± (0 - 0)0 ± (0 - 0)+0.0%
runtime.dotnet.mem.committed38.01 ± (37.98 - 38.04) MB38.16 ± (38.14 - 38.19) MB+0.4%✅⬆️
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
duration190.96 ± (190.79 - 191.36) ms191.71 ± (191.51 - 192.34) ms+0.4%✅⬆️
.NET Framework 4.8 - Bailout
duration195.11 ± (195.00 - 195.40) ms195.18 ± (194.84 - 195.31) ms+0.0%✅⬆️
.NET Framework 4.8 - CallTarget+Inlining+NGEN
duration1167.72 ± (1168.94 - 1176.12) ms1167.65 ± (1165.96 - 1171.22) ms-0.0%
.NET Core 3.1 - Baseline
process.internal_duration_ms184.49 ± (184.27 - 184.72) ms184.14 ± (183.88 - 184.41) ms-0.2%
process.time_to_main_ms80.53 ± (80.37 - 80.69) ms80.30 ± (80.12 - 80.47) ms-0.3%
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.39) MB+0.4%✅⬆️
runtime.dotnet.threads.count19 ± (19 - 20)19 ± (19 - 20)+0.0%✅⬆️
.NET Core 3.1 - Bailout
process.internal_duration_ms183.91 ± (183.69 - 184.14) ms183.66 ± (183.43 - 183.89) ms-0.1%
process.time_to_main_ms81.82 ± (81.70 - 81.93) ms81.37 ± (81.28 - 81.46) ms-0.5%
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed16.39 ± (16.37 - 16.42) MB16.24 ± (16.13 - 16.35) MB-0.9%
runtime.dotnet.threads.count21 ± (20 - 21)20 ± (20 - 20)-2.2%
.NET Core 3.1 - CallTarget+Inlining+NGEN
process.internal_duration_ms375.07 ± (374.00 - 376.14) ms373.20 ± (371.96 - 374.43) ms-0.5%
process.time_to_main_ms524.25 ± (523.42 - 525.08) ms524.59 ± (523.61 - 525.56) ms+0.1%✅⬆️
runtime.dotnet.exceptions.count3 ± (3 - 3)3 ± (3 - 3)+0.0%
runtime.dotnet.mem.committed57.97 ± (57.91 - 58.04) MB58.10 ± (58.03 - 58.17) MB+0.2%✅⬆️
runtime.dotnet.threads.count30 ± (30 - 30)30 ± (30 - 30)+0.1%✅⬆️
.NET 6 - Baseline
process.internal_duration_ms188.38 ± (188.15 - 188.60) ms187.98 ± (187.76 - 188.20) ms-0.2%
process.time_to_main_ms70.36 ± (70.20 - 70.53) ms70.14 ± (69.99 - 70.29) ms-0.3%
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed16.39 ± (16.24 - 16.54) MB16.21 ± (16.04 - 16.37) MB-1.1%
runtime.dotnet.threads.count19 ± (18 - 19)18 ± (18 - 18)-3.8%
.NET 6 - Bailout
process.internal_duration_ms187.71 ± (187.53 - 187.89) ms187.68 ± (187.48 - 187.88) ms-0.0%
process.time_to_main_ms71.20 ± (71.15 - 71.26) ms71.17 ± (71.10 - 71.23) ms-0.0%
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed15.91 ± (15.74 - 16.08) MB15.57 ± (15.41 - 15.74) MB-2.1%
runtime.dotnet.threads.count19 ± (18 - 19)18 ± (18 - 19)-0.3%
.NET 6 - CallTarget+Inlining+NGEN
process.internal_duration_ms577.97 ± (574.63 - 581.31) ms580.16 ± (577.14 - 583.19) ms+0.4%✅⬆️
process.time_to_main_ms532.87 ± (531.97 - 533.76) ms533.50 ± (532.55 - 534.45) ms+0.1%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed61.48 ± (61.45 - 61.51) MB61.72 ± (61.67 - 61.77) MB+0.4%✅⬆️
runtime.dotnet.threads.count31 ± (31 - 31)31 ± (31 - 31)+0.6%✅⬆️
.NET 8 - Baseline
process.internal_duration_ms186.57 ± (186.34 - 186.79) ms186.04 ± (185.78 - 186.30) ms-0.3%
process.time_to_main_ms69.77 ± (69.58 - 69.96) ms69.71 ± (69.57 - 69.84) ms-0.1%
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.92 ± (11.89 - 11.95) MB11.93 ± (11.85 - 12.02) MB+0.1%✅⬆️
runtime.dotnet.threads.count18 ± (18 - 18)18 ± (17 - 18)-3.0%
.NET 8 - Bailout
process.internal_duration_ms185.79 ± (185.60 - 185.98) ms185.53 ± (185.34 - 185.73) ms-0.1%
process.time_to_main_ms70.64 ± (70.56 - 70.71) ms71.00 ± (70.93 - 71.06) ms+0.5%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed11.60 ± (11.47 - 11.72) MB11.83 ± (11.73 - 11.93) MB+2.0%✅⬆️
runtime.dotnet.threads.count18 ± (18 - 18)18 ± (18 - 19)+2.2%✅⬆️
.NET 8 - CallTarget+Inlining+NGEN
process.internal_duration_ms513.20 ± (510.51 - 515.89) ms511.98 ± (509.74 - 514.23) ms-0.2%
process.time_to_main_ms483.41 ± (482.78 - 484.03) ms484.94 ± (484.28 - 485.60) ms+0.3%✅⬆️
runtime.dotnet.exceptions.count4 ± (4 - 4)4 ± (4 - 4)+0.0%
runtime.dotnet.mem.committed51.35 ± (51.31 - 51.38) MB51.53 ± (51.49 - 51.56) MB+0.4%✅⬆️
runtime.dotnet.threads.count29 ± (29 - 29)29 ± (29 - 29)+0.1%✅⬆️
Comparison explanation

Execution-time benchmarks measure the whole time it takes to execute a program, and are intended to measure the one-off costs. Cases where the execution time results for the PR are worse than latest master results are highlighted in **red**. The following thresholds were used for comparing the execution times:

  • Welch test with statistical test for significance of 5%
  • Only results indicating a difference greater than 5% and 5 ms are considered.

Note that these results are based on a single point-in-time result for each branch. For full results, see the dashboard.

Graphs show the p99 interval based on the mean and StdDev of the test run, as well as the mean value of the run (shown as a diamond below the graph).

Duration charts
FakeDbCommand (.NET Framework 4.8)
gantt
    title Execution time (ms) FakeDbCommand (.NET Framework 4.8)
    dateFormat  x
    axisFormat %Q
    todayMarker off
    section Baseline
    This PR (8912) - mean (74ms)  : 69, 79
    master - mean (71ms)  : 69, 74

    section Bailout
    This PR (8912) - mean (79ms)  : 74, 84
    master - mean (78ms)  : 75, 82

    section CallTarget+Inlining+NGEN
    This PR (8912) - mean (1,092ms)  : 1040, 1144
    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 (8912) - mean (114ms)  : 108, 121
    master - mean (113ms)  : 107, 119

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

    section CallTarget+Inlining+NGEN
    This PR (8912) - mean (788ms)  : 767, 810
    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 (8912) - mean (102ms)  : 96, 107
    master - mean (100ms)  : 94, 106

    section Bailout
    This PR (8912) - mean (101ms)  : 97, 105
    master - mean (102ms)  : 96, 107

    section CallTarget+Inlining+NGEN
    This PR (8912) - mean (951ms)  : 913, 990
    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 (8912) - mean (96ms)  : 93, 99
    master - mean (95ms)  : 93, 97

    section Bailout
    This PR (8912) - mean (102ms)  : 98, 106
    master - mean (97ms)  : 95, 98

    section CallTarget+Inlining+NGEN
    This PR (8912) - mean (819ms)  : 781, 857
    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 (8912) - mean (192ms)  : 188, 196
    master - mean (191ms)  : 188, 194

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

    section CallTarget+Inlining+NGEN
    This PR (8912) - mean (1,169ms)  : 1131, 1206
    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 (8912) - mean (273ms)  : 269, 277
    master - mean (274ms)  : 271, 277

    section Bailout
    This PR (8912) - mean (274ms)  : 270, 277
    master - mean (274ms)  : 271, 277

    section CallTarget+Inlining+NGEN
    This PR (8912) - mean (938ms)  : 917, 958
    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 (8912) - mean (266ms)  : 261, 271
    master - mean (267ms)  : 264, 271

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

    section CallTarget+Inlining+NGEN
    This PR (8912) - mean (1,144ms)  : 1100, 1188
    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 (8912) - mean (266ms)  : 261, 270
    master - mean (266ms)  : 261, 271

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

    section CallTarget+Inlining+NGEN
    This PR (8912) - mean (1,030ms)  : 993, 1067
    master - mean (1,028ms)  : 986, 1070

Loading

@pablomartinezbernardo
pablomartinezbernardo force-pushed the pmartinez/event-grid-calltargets branch from 2f6ba44 to 9818224 Compare July 24, 2026 10:46
@pablomartinezbernardo
pablomartinezbernardo force-pushed the pmartinez/event-grid-contract-core branch 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
@pablomartinezbernardo
pablomartinezbernardo force-pushed the pmartinez/event-grid-calltargets branch from 9818224 to 7a0f908 Compare July 27, 2026 09:22
@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-calltargets branch from 7a0f908 to 7af02af Compare July 29, 2026 09:43
@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