Interface IProvideMetrics
Provides access to APIs which get or add metrics to the
Namespace:App.Metrics.Core.Interfaces
Assembly:cs.temp.dll.dll
Syntax
public interface IProvideMetrics
Properties
Apdex
Gets the Apdex API to register and retrieve
Declaration
IProvideApdexMetrics Apdex { get; }
Property Value
Type | Description |
---|---|
IProvideApdexMetrics | The Apdex API for registering and retrieving |
Counter
Gets the Counter API to register and retrieve
Declaration
IProvideCounterMetrics Counter { get; }
Property Value
Type | Description |
---|---|
IProvideCounterMetrics | The Counter API for registering and retrieving |
Gauge
Gets the Gauge API to register and retrieve
Declaration
IProvideGaugeMetrics Gauge { get; }
Property Value
Type | Description |
---|---|
IProvideGaugeMetrics | The Gauge API for registering and retrieving |
Histogram
Gets the Histogram API to register and retrieve
Declaration
IProvideHistogramMetrics Histogram { get; }
Property Value
Type | Description |
---|---|
IProvideHistogramMetrics | The Histogram API for registering and retrieving |
Meter
Gets the Meter API to register and retrieve
Declaration
IProvideMeterMetrics Meter { get; }
Property Value
Type | Description |
---|---|
IProvideMeterMetrics | The Meter API for registering and retrieving |
Timer
Gets the Timer API to register and retrieve
Declaration
IProvideTimerMetrics Timer { get; }
Property Value
Type | Description |
---|---|
IProvideTimerMetrics | The Timer API for registering and retrieving |