aws / aws-xray-dotnet-agent

The official AWS X-Ray Auto Instrumentation Agent for .Net.
Apache License 2.0
23 stars 15 forks source link

Is this project still alive? =) #44

Closed theo-bittencourt closed 7 months ago

theo-bittencourt commented 7 months ago

Hi there! I'm about to add some observability to a .NET project.

Utilizing AWS X-Ray would be great. And this project seems the easier path to start with.

However, since the last commit happened a few years ago, I am concerned if this solution is still valid.

PS: I'm on AWS EC2 / Beanstalk. PS 2: I could check there is already a xray service running on my instance. PS 3: There is no AWSXRayTracingModule available in the IIS modules.

srprash commented 7 months ago

Hi @theo-bittencourt This project is still in beta with currently no major plans for further developments. You might want to check out AWS Distro for OpenTelemetry .Net which works with X-Ray as well: https://aws-otel.github.io/docs/getting-started/dotnet-sdk/manual-instr

theo-bittencourt commented 7 months ago

Thanks @srprash.