Microsoft.Extensions.Diagnostics.Metrics
Namespace with 8 public types
Classes
InstrumentRule
Contains a set of parameters used to determine which instruments are enabled for which listeners. Unspecified
parameters match anything.
MeasurementHandlers
Represents a set of supported measurement types. If a listener does not support a given type, the measurement is skipped.
MetricsOptions
Represents options for configuring the metrics system.
Enumerations
MeterScope
Represents scopes used by to distinguish between meters created via constructors ()
and those created via Dependency Injection with ().
Static Classes
MetricsBuilderExtensions
Extension methods for to add or clear registrations, and to enable or disable metrics.
Interfaces
IMetricsBuilder
Configures the metrics system by registering IMetricsListeners and using rules
to determine which metrics are enabled.
IMetricsListener
Listens to metrics emitted from the system.
IObservableInstrumentsSource
An interface registered with each IMetricsListener using .