.NET on AWS Blog
.NET Observability with OpenTelemetry – Part 3: Distributed Tracing using AWS X-Ray
Traces capture requests through services and components, and are essential for understanding application workflows. They are key for pinpointing bottlenecks and identifying hotspots. Particularly vital in microservices, traces reveal the interplay in modern applications, aiding developers and operators in visualizing request paths for effective issue diagnosis. In the first post of this series, we instrumented […]
