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

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 s

Declaration
IBuildApdexMetrics Apdex { get; }
Property Value
Type Description
IBuildApdexMetrics

The Apdex API for building s

Counter

Gets the Counter API to build s

Declaration
IBuildCounterMetrics Counter { get; }
Property Value
Type Description
IBuildCounterMetrics

The Counter API for building s

Gauge

Gets the Gauge API to build s

Declaration
IBuildGaugeMetrics Gauge { get; }
Property Value
Type Description
IBuildGaugeMetrics

The Gauge API for building s

Histogram

Gets the Histogram API to build s

Declaration
IBuildHistogramMetrics Histogram { get; }
Property Value
Type Description
IBuildHistogramMetrics

The Histogram API for building s

Meter

Gets the Meter API to build s

Declaration
IBuildMeterMetrics Meter { get; }
Property Value
Type Description
IBuildMeterMetrics

The Meter API for building s

Timer

Gets the Timer API to build s

Declaration
IBuildTimerMetrics Timer { get; }
Property Value
Type Description
IBuildTimerMetrics

The Timer API for building s

Back to top Copyright © 2017 Allan Hardy
Generated by DocFX