.NET Framework and XRAY

0

Hi team,

My Application work with .NET Framework 4.5.2

I tried to send OTLP to the ADOT receiver and export them to the X-Ray on the ADOT exporter

https://aws-otel.github.io/docs/getting-started/dotnet-sdk/trace-manual-instr#requirements The AWS Distro for OpenTelemetry .NET SDK is compatible for .NET framework (net452 and above) and .NET Core (netstandard2.0 and above). https://www.nuget.org/packages/OpenTelemetry.Contrib.Instrumentation.AWS NET Framework 4.5.2

But OpenTelemetry minimum stable version for .NET Framework 4.6.2 https://www.nuget.org/packages/OpenTelemetry

Who faced to the X-Ray with ADOT. I don’t have the opportunity to update the framework (a lot of dependencies), and I don’t want to use the x-ray daemon.

1 Answer
0

https://dotnet.microsoft.com/en-us/download/dotnet-framework

NET Framework 4.5.2 is in out of supported list might be the reason opentelemetry does not support. X-Ray SDK would also follow this pattern in near future.

answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions