App Metrics Fork me on GitHub
Show / Hide Table of Contents

Namespace App.Metrics.Abstractions.MetricTypes

Interfaces

ICounterMetric

Provides access to a counter metric implementation e.g. , allows custom counters to be implemented

IGaugeMetric

Provides access to a gauge metric implementation e.g. , , , , . Allows custom gauges to be implemented

IHistogramMetric

Provides access to a histgram metric implementation e.g. , allows custom histograms to be implemented

IMeterMetric

Provides access to a meter metric implementation e.g. , allows custom meters to be implemented

ITimerMetric

Provides access to a timer metric implementation e.g. , allows custom timers to be implemented

Back to top Copyright © 2017 Allan Hardy
Generated by DocFX