Recording metrics in-process using MeterListener: System.Diagnostics.Metrics APIs - Part 4
This article explains how to use the `MeterListener` type from the `System.Diagnostics.Metrics` APIs to consume and record metric values in-process within a .NET application. The author demonstrates this by creating a si…