Namespace App.Metrics.Abstractions.MetricTypes
Interfaces
ICounterMetric
Provides access to a counter metric implementation e.g.
IGaugeMetric
Provides access to a gauge metric implementation e.g.
IHistogramMetric
Provides access to a histgram metric implementation e.g.
IMeterMetric
Provides access to a meter metric implementation e.g.
ITimerMetric
Provides access to a timer metric implementation e.g.