Click or drag to resize

IMetricsRegistryTMetric Properties

The IMetricsRegistryTMetric generic type exposes the following members.

Properties
  NameDescription
Public propertyCounters
Dictionary with counter metrics.
Public propertyGauges
Dictionary with gauge metrics.
Public propertyMeters
Dictionary with meter metrics.
Public propertyMetrics
Dictionary with metrics of all types. The values can be cast to the appropriate type interface (or the implementation that is provider specific).
Public propertyTimers
Dictionary with timer metrics.
Top
See Also