dd-trace-dotnet icon indicating copy to clipboard operation
dd-trace-dotnet copied to clipboard

OpenTelemetry Support

Open alhardy opened this issue 4 years ago • 2 comments

Are you requesting automatic instrumentation for a framework or library? Please describe. Are there plans to implement an OpenTelemetry exporter and automatic instrumentation?

Describe the solution you'd like DataDog OpenTelemetry exporter.

alhardy avatar Nov 18 '20 02:11 alhardy

Is anyone aware of a planned data Dog exporter? I've saw there are others languages but dotnet not yet.

mrxrsd avatar Dec 30 '20 16:12 mrxrsd

Any update on this?

mrtaikandi avatar Mar 24 '21 12:03 mrtaikandi

Instead of using a .NET OpenTelemetry exporter for Datadog, you can use the standard OTLP protocol to send traces and metrics to the Datadog Agent.

Read more about OTLP:

Configure the OTLP exporter in your app:

Configure the Datadog Agent to receive data via OTLP:

lucaspimentel avatar Aug 24 '22 17:08 lucaspimentel