Introduction to APM 1
08/15/2021
In the series of these posts I will look into how we can implement an APM solution for .NET applications. Application Performance Management (APM) helps to monitor and diagnose application performance. There are numerous libraries and tools out there to solve this given problem. In this series of posts I will focus on implementing APM for .NET applications (.NET Framework 461 and above, .NET Core and NET5) with OpenTelemetry.
In the following posts I will look into the following topics, starting with the first one in this post:
W3C correlation Id specification
Creating and recording spans with ActivitySource
Using OpenTelemetry and Jaeger