.NET on AWS Blog

David Kilzer

Author: David Kilzer

David Kilzer is a Solutions Architect with a focus on optimizing Microsoft workloads within the AWS ecosystem. His expertise spans C#, SQL Server, and building modern software solutions using AWS Services.

.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 […]