Monitoring .NET App Traces via OpenTelemetry & Zipkin Exporter
Requirements: Docker, .NET 7.0 While developing applications, monitoring them is also essential. To monitor metrics and traces, there are lots of open source solutions. And those solutions have their way of implementation to the application code. With .NET 7.0, OpenTelemetry implementation got easier. Thanks to that, we can configure OpenTelemetry at bootstrap section and start collecting .NET metrics…
