Interface IBuildMetrics
Provides access to APIs which build instances of all available metric types. Metrics created are not added to the
Namespace:App.Metrics.Core.Abstractions
Assembly:cs.temp.dll.dll
Syntax
public interface IBuildMetrics
Properties
Apdex
Gets the Apdex API to build
Declaration
IBuildApdexMetrics Apdex { get; }
Property Value
Type | Description |
---|---|
IBuildApdexMetrics | The Apdex API for building |
Counter
Gets the Counter API to build
Declaration
IBuildCounterMetrics Counter { get; }
Property Value
Type | Description |
---|---|
IBuildCounterMetrics | The Counter API for building |
Gauge
Gets the Gauge API to build
Declaration
IBuildGaugeMetrics Gauge { get; }
Property Value
Type | Description |
---|---|
IBuildGaugeMetrics | The Gauge API for building |
Histogram
Gets the Histogram API to build
Declaration
IBuildHistogramMetrics Histogram { get; }
Property Value
Type | Description |
---|---|
IBuildHistogramMetrics | The Histogram API for building |
Meter
Gets the Meter API to build
Declaration
IBuildMeterMetrics Meter { get; }
Property Value
Type | Description |
---|---|
IBuildMeterMetrics | The Meter API for building |
Timer
Gets the Timer API to build
Declaration
IBuildTimerMetrics Timer { get; }
Property Value
Type | Description |
---|---|
IBuildTimerMetrics | The Timer API for building |