opentelemetry-dotnet-instrumentation icon indicating copy to clipboard operation
opentelemetry-dotnet-instrumentation copied to clipboard

Update native layer based on latest Datadog codebase

Open pellared opened this issue 3 years ago • 1 comments
trafficstars

Datadog has recently made significant improvements in their native code.

One of the great improvements is getting rid of integrations.json in favor of InstrumentationDefinitions. I believe this code is a lot more performant. It should not be also hard to later add a hook for adding additional custom (e.g. vendor-specific) byte-code instrumentation.

We should consider making an "upstream sync" similar to https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/pull/218.

pellared avatar Jan 19 '22 08:01 pellared

SIG meeting notes: Nice to have for beta (not must have).

pellared avatar Jan 19 '22 19:01 pellared

It is blocking #1126. Do fully implement ADO.NET instrumentation we need a support for abstract methods. Ref: https://github.com/DataDog/dd-trace-dotnet/pull/2120

Kielek avatar Jan 04 '23 08:01 Kielek

Done in scope of #2280

Kielek avatar Apr 14 '23 05:04 Kielek