Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Graph.NET v8 #6423

Merged
merged 3 commits into from
Dec 12, 2024
Merged

Add support for Graph.NET v8 #6423

merged 3 commits into from
Dec 12, 2024

Conversation

andrewlock
Copy link
Member

Summary of changes

Adds support for latest major of GraphQL.NET

Reason for change

We want to support the latest versions (we're quite behind on this one)

Implementation details

Bumped the version numbers as required

Test coverage

Updated testing to test 8.x

Other details

Fixes: https://datadoghq.atlassian.net/browse/AIDM-506

@andrewlock andrewlock added area:tracer The core tracer library (Datadog.Trace, does not include OpenTracing, native code, or integrations) area:automatic-instrumentation Automatic instrumentation managed C# code (Datadog.Trace.ClrProfiler.Managed) area:integrations labels Dec 11, 2024
@andrewlock andrewlock requested review from a team as code owners December 11, 2024 10:22
@datadog-ddstaging
Copy link

datadog-ddstaging bot commented Dec 11, 2024

Datadog Report

Branch report: andrew/update-graphql
Commit report: 8ba97ea
Test service: dd-trace-dotnet

✅ 0 Failed, 464129 Passed, 3690 Skipped, 32h 33m 5.83s Total Time

@andrewlock
Copy link
Member Author

Execution-Time Benchmarks Report ⏱️

Execution-time results for samples comparing the following branches/commits:

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 shown 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).

gantt
    title Execution time (ms) FakeDbCommand (.NET Framework 4.6.2) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6423) - mean (68ms)  : 65, 71
     .   : milestone, 68,
    master - mean (68ms)  : 65, 72
     .   : milestone, 68,

    section CallTarget+Inlining+NGEN
    This PR (6423) - mean (981ms)  : 948, 1013
     .   : milestone, 981,
    master - mean (978ms)  : 960, 996
     .   : milestone, 978,

Loading
gantt
    title Execution time (ms) FakeDbCommand (.NET Core 3.1) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6423) - mean (108ms)  : 105, 110
     .   : milestone, 108,
    master - mean (107ms)  : 104, 109
     .   : milestone, 107,

    section CallTarget+Inlining+NGEN
    This PR (6423) - mean (680ms)  : 657, 703
     .   : milestone, 680,
    master - mean (679ms)  : 663, 696
     .   : milestone, 679,

Loading
gantt
    title Execution time (ms) FakeDbCommand (.NET 6) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6423) - mean (91ms)  : 90, 93
     .   : milestone, 91,
    master - mean (91ms)  : 89, 92
     .   : milestone, 91,

    section CallTarget+Inlining+NGEN
    This PR (6423) - mean (634ms)  : 620, 649
     .   : milestone, 634,
    master - mean (635ms)  : 621, 650
     .   : milestone, 635,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET Framework 4.6.2) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6423) - mean (193ms)  : 188, 199
     .   : milestone, 193,
    master - mean (192ms)  : 189, 196
     .   : milestone, 192,

    section CallTarget+Inlining+NGEN
    This PR (6423) - mean (1,098ms)  : 1062, 1134
     .   : milestone, 1098,
    master - mean (1,101ms)  : 1069, 1132
     .   : milestone, 1101,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET Core 3.1) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6423) - mean (277ms)  : 271, 284
     .   : milestone, 277,
    master - mean (277ms)  : 272, 282
     .   : milestone, 277,

    section CallTarget+Inlining+NGEN
    This PR (6423) - mean (871ms)  : 835, 907
     .   : milestone, 871,
    master - mean (872ms)  : 832, 913
     .   : milestone, 872,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET 6) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6423) - mean (267ms)  : 260, 273
     .   : milestone, 267,
    master - mean (266ms)  : 261, 271
     .   : milestone, 266,

    section CallTarget+Inlining+NGEN
    This PR (6423) - mean (850ms)  : 824, 876
     .   : milestone, 850,
    master - mean (852ms)  : 816, 887
     .   : milestone, 852,

Loading

@andrewlock
Copy link
Member Author

Throughput/Crank Report ⚡

Throughput results for AspNetCoreSimpleController comparing the following branches/commits:

Cases where throughput results for the PR are worse than latest master (5% drop or greater), results are shown in red.

Note that these results are based on a single point-in-time result for each branch. For full results, see one of the many, many dashboards!

gantt
    title Throughput Linux x64 (Total requests) 
    dateFormat  X
    axisFormat %s
    section Baseline
    This PR (6423) (11.128M)   : 0, 11127652
    master (11.216M)   : 0, 11215640
    benchmarks/2.9.0 (11.033M)   : 0, 11032866

    section Automatic
    This PR (6423) (7.288M)   : 0, 7288205
    master (7.254M)   : 0, 7253861
    benchmarks/2.9.0 (7.786M)   : 0, 7785853

    section Trace stats
    master (7.597M)   : 0, 7596581

    section Manual
    master (11.173M)   : 0, 11172529

    section Manual + Automatic
    This PR (6423) (6.693M)   : 0, 6693486
    master (6.632M)   : 0, 6631665

    section DD_TRACE_ENABLED=0
    master (10.246M)   : 0, 10246323

Loading
gantt
    title Throughput Linux arm64 (Total requests) 
    dateFormat  X
    axisFormat %s
    section Baseline
    This PR (6423) (9.375M)   : 0, 9375379
    master (9.607M)   : 0, 9606780
    benchmarks/2.9.0 (9.495M)   : 0, 9494821

    section Automatic
    This PR (6423) (6.255M)   : 0, 6254522
    master (6.315M)   : 0, 6314798

    section Trace stats
    master (6.839M)   : 0, 6838732

    section Manual
    master (9.710M)   : 0, 9709828

    section Manual + Automatic
    This PR (6423) (5.934M)   : 0, 5933705
    master (5.938M)   : 0, 5937963

    section DD_TRACE_ENABLED=0
    master (8.890M)   : 0, 8889686

Loading
gantt
    title Throughput Windows x64 (Total requests) 
    dateFormat  X
    axisFormat %s
    section Baseline
    This PR (6423) (9.616M)   : 0, 9615585
    master (10.148M)   : 0, 10148022
    benchmarks/2.9.0 (10.020M)   : 0, 10019592

    section Automatic
    This PR (6423) (6.294M)   : 0, 6294186
    master (6.340M)   : 0, 6339706
    benchmarks/2.9.0 (7.255M)   : 0, 7255257

    section Trace stats
    master (7.100M)   : 0, 7100020

    section Manual
    master (9.963M)   : 0, 9962660

    section Manual + Automatic
    This PR (6423) (5.846M)   : 0, 5846177
    master (5.878M)   : 0, 5877664

    section DD_TRACE_ENABLED=0
    master (9.254M)   : 0, 9253958

Loading

@andrewlock
Copy link
Member Author

Benchmarks Report for tracer 🐌

Benchmarks for #6423 compared to master:

  • 1 benchmarks are faster, with geometric mean 1.118
  • All benchmarks have the same allocations

The following thresholds were used for comparing the benchmark speeds:

  • Mann–Whitney U test with statistical test for significance of 5%
  • Only results indicating a difference greater than 10% and 0.3 ns are considered.

Allocation changes below 0.5% are ignored.

Benchmark details

Benchmarks.Trace.ActivityBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master StartStopWithChild net6.0 8.01μs 43.4ns 249ns 0.0203 0.00812 0 5.61 KB
master StartStopWithChild netcoreapp3.1 10.1μs 54.5ns 304ns 0.0153 0.00509 0 5.8 KB
master StartStopWithChild net472 16.3μs 44.9ns 174ns 1.05 0.332 0.105 6.21 KB
#6423 StartStopWithChild net6.0 8.26μs 45.3ns 256ns 0.0207 0.00826 0 5.61 KB
#6423 StartStopWithChild netcoreapp3.1 10.1μs 54.4ns 312ns 0.0143 0.00478 0 5.8 KB
#6423 StartStopWithChild net472 16.4μs 55.3ns 214ns 1.05 0.309 0.106 6.2 KB
Benchmarks.Trace.AgentWriterBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master WriteAndFlushEnrichedTraces net6.0 487μs 236ns 913ns 0 0 0 2.7 KB
master WriteAndFlushEnrichedTraces netcoreapp3.1 651μs 322ns 1.25μs 0 0 0 2.7 KB
master WriteAndFlushEnrichedTraces net472 859μs 409ns 1.58μs 0.428 0 0 3.3 KB
#6423 WriteAndFlushEnrichedTraces net6.0 468μs 217ns 811ns 0 0 0 2.7 KB
#6423 WriteAndFlushEnrichedTraces netcoreapp3.1 641μs 380ns 1.47μs 0 0 0 2.7 KB
#6423 WriteAndFlushEnrichedTraces net472 860μs 851ns 3.18μs 0.425 0 0 3.3 KB
Benchmarks.Trace.AspNetCoreBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master SendRequest net6.0 149μs 843ns 5.84μs 0.137 0 0 14.47 KB
master SendRequest netcoreapp3.1 163μs 940ns 7.87μs 0.158 0 0 17.27 KB
master SendRequest net472 0.000819ns 0.000429ns 0.00161ns 0 0 0 0 b
#6423 SendRequest net6.0 147μs 829ns 5.43μs 0.151 0 0 14.47 KB
#6423 SendRequest netcoreapp3.1 159μs 889ns 5.69μs 0.165 0 0 17.27 KB
#6423 SendRequest net472 0.000746ns 0.000366ns 0.00137ns 0 0 0 0 b
Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master WriteAndFlushEnrichedTraces net6.0 544μs 2.33μs 8.71μs 0.556 0 0 41.53 KB
master WriteAndFlushEnrichedTraces netcoreapp3.1 650μs 2.58μs 9.98μs 0.324 0 0 41.71 KB
master WriteAndFlushEnrichedTraces net472 838μs 2.5μs 9.69μs 8.17 2.45 0.408 53.27 KB
#6423 WriteAndFlushEnrichedTraces net6.0 547μs 2.32μs 8.05μs 0.548 0 0 41.53 KB
#6423 WriteAndFlushEnrichedTraces netcoreapp3.1 646μs 2.98μs 11.1μs 0.317 0 0 41.9 KB
#6423 WriteAndFlushEnrichedTraces net472 825μs 3.36μs 12.6μs 8.52 2.44 0.406 53.31 KB
Benchmarks.Trace.DbCommandBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master ExecuteNonQuery net6.0 1.3μs 1ns 3.88ns 0.0143 0 0 1.02 KB
master ExecuteNonQuery netcoreapp3.1 1.96μs 15.3ns 149ns 0.0134 0 0 1.02 KB
master ExecuteNonQuery net472 2.07μs 1.79ns 6.95ns 0.156 0.00104 0 987 B
#6423 ExecuteNonQuery net6.0 1.32μs 0.975ns 3.77ns 0.014 0 0 1.02 KB
#6423 ExecuteNonQuery netcoreapp3.1 1.75μs 1.42ns 5.51ns 0.0132 0 0 1.02 KB
#6423 ExecuteNonQuery net472 2.08μs 2.04ns 7.91ns 0.157 0.00104 0 987 B
Benchmarks.Trace.ElasticsearchBenchmark - Faster 🎉 Same allocations ✔️

Faster 🎉 in #6423

Benchmark base/diff Base Median (ns) Diff Median (ns) Modality
Benchmarks.Trace.ElasticsearchBenchmark.CallElasticsearch‑net6.0 1.118 1,249.12 1,117.03

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master CallElasticsearch net6.0 1.25μs 0.603ns 2.26ns 0.0137 0 0 976 B
master CallElasticsearch netcoreapp3.1 1.55μs 0.747ns 2.89ns 0.0133 0 0 976 B
master CallElasticsearch net472 2.62μs 2.08ns 8.05ns 0.158 0 0 995 B
master CallElasticsearchAsync net6.0 1.34μs 0.918ns 3.56ns 0.0134 0 0 952 B
master CallElasticsearchAsync netcoreapp3.1 1.66μs 0.795ns 2.97ns 0.0133 0 0 1.02 KB
master CallElasticsearchAsync net472 2.67μs 2.84ns 11ns 0.167 0 0 1.05 KB
#6423 CallElasticsearch net6.0 1.12μs 1.32ns 5.12ns 0.0134 0 0 976 B
#6423 CallElasticsearch netcoreapp3.1 1.53μs 1.59ns 5.96ns 0.013 0 0 976 B
#6423 CallElasticsearch net472 2.67μs 2.13ns 8.23ns 0.157 0 0 995 B
#6423 CallElasticsearchAsync net6.0 1.32μs 1.07ns 4.02ns 0.0133 0 0 952 B
#6423 CallElasticsearchAsync netcoreapp3.1 1.6μs 1ns 3.6ns 0.0136 0 0 1.02 KB
#6423 CallElasticsearchAsync net472 2.68μs 1.84ns 7.12ns 0.167 0 0 1.05 KB
Benchmarks.Trace.GraphQLBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master ExecuteAsync net6.0 1.33μs 0.983ns 3.68ns 0.0131 0 0 952 B
master ExecuteAsync netcoreapp3.1 1.71μs 1.27ns 4.77ns 0.0128 0 0 952 B
master ExecuteAsync net472 1.86μs 0.442ns 1.65ns 0.145 0 0 915 B
#6423 ExecuteAsync net6.0 1.29μs 1.34ns 5.18ns 0.0133 0 0 952 B
#6423 ExecuteAsync netcoreapp3.1 1.62μs 1.47ns 5.51ns 0.013 0 0 952 B
#6423 ExecuteAsync net472 1.77μs 0.455ns 1.76ns 0.145 0 0 915 B
Benchmarks.Trace.HttpClientBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master SendAsync net6.0 4.5μs 1.61ns 6.24ns 0.0311 0 0 2.31 KB
master SendAsync netcoreapp3.1 5.39μs 1.81ns 7.01ns 0.0377 0 0 2.85 KB
master SendAsync net472 7.3μs 1.93ns 7.47ns 0.494 0 0 3.12 KB
#6423 SendAsync net6.0 4.41μs 1.36ns 5.27ns 0.0332 0 0 2.31 KB
#6423 SendAsync netcoreapp3.1 5.31μs 2.72ns 10.5ns 0.0372 0 0 2.85 KB
#6423 SendAsync net472 7.37μs 2.29ns 8.87ns 0.495 0 0 3.12 KB
Benchmarks.Trace.ILoggerBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master EnrichedLog net6.0 1.58μs 0.628ns 2.35ns 0.023 0 0 1.64 KB
master EnrichedLog netcoreapp3.1 2.29μs 1.31ns 4.9ns 0.0214 0 0 1.64 KB
master EnrichedLog net472 2.62μs 1.86ns 7.22ns 0.25 0 0 1.57 KB
#6423 EnrichedLog net6.0 1.48μs 2.41ns 9.03ns 0.0231 0 0 1.64 KB
#6423 EnrichedLog netcoreapp3.1 2.29μs 1.64ns 6.34ns 0.0221 0 0 1.64 KB
#6423 EnrichedLog net472 2.64μs 1.27ns 4.76ns 0.249 0 0 1.57 KB
Benchmarks.Trace.Log4netBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master EnrichedLog net6.0 121μs 133ns 516ns 0.0606 0 0 4.28 KB
master EnrichedLog netcoreapp3.1 122μs 180ns 699ns 0 0 0 4.28 KB
master EnrichedLog net472 152μs 148ns 575ns 0.678 0.226 0 4.46 KB
#6423 EnrichedLog net6.0 118μs 178ns 642ns 0 0 0 4.28 KB
#6423 EnrichedLog netcoreapp3.1 125μs 213ns 824ns 0 0 0 4.28 KB
#6423 EnrichedLog net472 151μs 223ns 862ns 0.68 0.227 0 4.46 KB
Benchmarks.Trace.NLogBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master EnrichedLog net6.0 3.15μs 1.21ns 4.54ns 0.0316 0 0 2.2 KB
master EnrichedLog netcoreapp3.1 4.1μs 1.02ns 3.8ns 0.0287 0 0 2.2 KB
master EnrichedLog net472 4.89μs 1.72ns 6.19ns 0.319 0 0 2.02 KB
#6423 EnrichedLog net6.0 3.15μs 1.01ns 3.91ns 0.0316 0 0 2.2 KB
#6423 EnrichedLog netcoreapp3.1 4.19μs 0.912ns 3.41ns 0.0294 0 0 2.2 KB
#6423 EnrichedLog net472 4.76μs 1.86ns 6.94ns 0.32 0 0 2.02 KB
Benchmarks.Trace.RedisBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master SendReceive net6.0 1.41μs 0.886ns 3.43ns 0.0162 0 0 1.14 KB
master SendReceive netcoreapp3.1 1.83μs 1.03ns 4ns 0.0155 0 0 1.14 KB
master SendReceive net472 2.18μs 1.23ns 4.77ns 0.183 0 0 1.16 KB
#6423 SendReceive net6.0 1.42μs 0.632ns 2.45ns 0.0156 0 0 1.14 KB
#6423 SendReceive netcoreapp3.1 1.84μs 1ns 3.89ns 0.0156 0 0 1.14 KB
#6423 SendReceive net472 2.1μs 2.06ns 7.97ns 0.184 0 0 1.16 KB
Benchmarks.Trace.SerilogBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master EnrichedLog net6.0 2.75μs 0.832ns 3.22ns 0.0219 0 0 1.6 KB
master EnrichedLog netcoreapp3.1 3.93μs 0.966ns 3.74ns 0.0217 0 0 1.65 KB
master EnrichedLog net472 4.48μs 3.96ns 15.3ns 0.322 0 0 2.04 KB
#6423 EnrichedLog net6.0 2.83μs 1.14ns 4.41ns 0.0225 0 0 1.6 KB
#6423 EnrichedLog netcoreapp3.1 3.89μs 1.66ns 6.22ns 0.0214 0 0 1.65 KB
#6423 EnrichedLog net472 4.51μs 3.5ns 13.6ns 0.324 0 0 2.04 KB
Benchmarks.Trace.SpanBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master StartFinishSpan net6.0 405ns 0.194ns 0.752ns 0.00817 0 0 576 B
master StartFinishSpan netcoreapp3.1 569ns 0.745ns 2.88ns 0.00757 0 0 576 B
master StartFinishSpan net472 575ns 0.421ns 1.63ns 0.0916 0 0 578 B
master StartFinishScope net6.0 547ns 0.43ns 1.66ns 0.00993 0 0 696 B
master StartFinishScope netcoreapp3.1 748ns 1.44ns 5.56ns 0.00938 0 0 696 B
master StartFinishScope net472 849ns 0.654ns 2.53ns 0.104 0 0 658 B
#6423 StartFinishSpan net6.0 390ns 0.185ns 0.692ns 0.00801 0 0 576 B
#6423 StartFinishSpan netcoreapp3.1 622ns 0.418ns 1.62ns 0.00773 0 0 576 B
#6423 StartFinishSpan net472 608ns 0.659ns 2.55ns 0.0917 0 0 578 B
#6423 StartFinishScope net6.0 533ns 0.263ns 1.02ns 0.00987 0 0 696 B
#6423 StartFinishScope netcoreapp3.1 737ns 0.35ns 1.35ns 0.00938 0 0 696 B
#6423 StartFinishScope net472 895ns 0.694ns 2.69ns 0.104 0 0 658 B
Benchmarks.Trace.TraceAnnotationsBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master RunOnMethodBegin net6.0 623ns 0.591ns 2.29ns 0.00969 0 0 696 B
master RunOnMethodBegin netcoreapp3.1 958ns 0.671ns 2.6ns 0.00949 0 0 696 B
master RunOnMethodBegin net472 1.18μs 0.682ns 2.64ns 0.104 0 0 658 B
#6423 RunOnMethodBegin net6.0 627ns 0.46ns 1.78ns 0.00972 0 0 696 B
#6423 RunOnMethodBegin netcoreapp3.1 1.02μs 0.745ns 2.89ns 0.00924 0 0 696 B
#6423 RunOnMethodBegin net472 1.12μs 0.884ns 3.31ns 0.104 0 0 658 B

@andrewlock andrewlock added the type:enhancement Improvement to an existing feature label Dec 11, 2024
@andrewlock andrewlock merged commit 8be59b7 into master Dec 12, 2024
107 of 109 checks passed
@andrewlock andrewlock deleted the andrew/update-graphql branch December 12, 2024 14:13
@github-actions github-actions bot added this to the vNext-v3 milestone Dec 12, 2024
veerbia pushed a commit that referenced this pull request Dec 16, 2024
## Summary of changes

Adds support for latest major of GraphQL.NET

## Reason for change

We want to support the latest versions (we're quite behind on this one)

## Implementation details

Bumped the version numbers as required

## Test coverage

Updated testing to test 8.x

## Other details

Fixes: https://datadoghq.atlassian.net/browse/AIDM-506
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:automatic-instrumentation Automatic instrumentation managed C# code (Datadog.Trace.ClrProfiler.Managed) area:integrations area:tracer The core tracer library (Datadog.Trace, does not include OpenTracing, native code, or integrations) type:enhancement Improvement to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants