System.Diagnostics.Metrics in .NET provides seven instrument types for recording metrics: Counter, ObservableCounter, UpDownCounter, ObservableUpDownCounter, Gauge, ObservableGauge, and Histogram. Observable instruments are polled by consumers on-demand, while standard instruments emit values as events occur. Each type serves
Table of contents
System.Diagnostics.Metrics APIsWhat is an Observable* instrument?Understanding the different Instrument typesSummarySort: