ASP.NET Core OpenTelemetry integration with AWS XRay (No Collector)
We are running a dockerized ASP.NET Core app within AWS ECS Fargate. We want to add Open Telemetry to our project – I tried to add only corresponding code (libraries + injection + configuration) to set it up, assuming it would get AWS credentials by default (running inside AWS service) – but the traces don’t make it up to AWS X-Ray. The code and docker file is as below. Note that running Console Exporter seems to be picking up the traces.
AspNetCore OpenTelemetry integration with AWS XRay (No Collector)
We are running dockerized Asp Net Core app within AWS ECS Fargate. We want to add open telemetry to our project – I tried to add only corresponding code (libraries + injection + configuration) to set it up, assuming it would get AWS credentials by default (running inside AWS service) – but the traces don’t make it up to AWS X-Ray. The code and docker file is as below. Note that running Console Exporter seems to be picking up the traces.