Interface IMeasureMetrics
Provides access to measure/record available metric types
Namespace:App.Metrics.Core.Abstractions
Assembly:cs.temp.dll.dll
Syntax
public interface IMeasureMetrics
Properties
Apdex
Gets the available Apdex API allowing Apdex metrics to be measured
Declaration
IMeasureApdexMetrics Apdex { get; }
Property Value
Type | Description |
---|---|
IMeasureApdexMetrics | The Apdex API for measuring Apdex metrics |
Counter
Gets the available Counter API allowing Counter metrics to be measured
Declaration
IMeasureCounterMetrics Counter { get; }
Property Value
Type | Description |
---|---|
IMeasureCounterMetrics | The Counter API for measuring Counter metrics |
Gauge
Gets the available Gauge API allowing Gauge metrics to be measured
Declaration
IMeasureGaugeMetrics Gauge { get; }
Property Value
Type | Description |
---|---|
IMeasureGaugeMetrics | The Gauge API for measuring Gauge metrics |
Histogram
Gets the available Histogram API allowing Histogram metrics to be measured
Declaration
IMeasureHistogramMetrics Histogram { get; }
Property Value
Type | Description |
---|---|
IMeasureHistogramMetrics | The Histogram API for measuring Histogram metrics |
Meter
Gets the available Meter API allowing Meter metrics to be measured
Declaration
IMeasureMeterMetrics Meter { get; }
Property Value
Type | Description |
---|---|
IMeasureMeterMetrics | The Meter API for measuring Meter metrics |
Timer
Gets the available Timer API allowing Timer metrics to be measured
Declaration
IMeasureTimerMetrics Timer { get; }
Property Value
Type | Description |
---|---|
IMeasureTimerMetrics | The Timer API for measuring Timer metrics |