IMetricsRegistryTMetric Interface |
Namespace: Dse.Metrics
public interface IMetricsRegistry<TMetric> where TMetric : IMetric
The IMetricsRegistryTMetric type exposes the following members.
Name | Description | |
---|---|---|
![]() | Counters |
Dictionary with counter metrics.
|
![]() | Gauges |
Dictionary with gauge metrics.
|
![]() | Meters |
Dictionary with meter metrics.
|
![]() | Metrics |
Dictionary with metrics of all types. The values can be cast to the appropriate type interface
(or the implementation that is provider specific).
|
![]() | Timers |
Dictionary with timer metrics.
|