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

Interface IProvideMetrics

Provides access to APIs which get or add metrics to the and return the instance.

Namespace:App.Metrics.Core.Interfaces
Assembly:cs.temp.dll.dll
Syntax
public interface IProvideMetrics

Properties

Apdex

Gets the Apdex API to register and retrieve s to be measured.

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

The Apdex API for registering and retrieving s to be measured

Counter

Gets the Counter API to register and retrieve s to be measured.

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

The Counter API for registering and retrieving s to be measured

Gauge

Gets the Gauge API to register and retrieve s to be measured.

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

The Gauge API for registering and retrieving s to be measured

Histogram

Gets the Histogram API to register and retrieve s to be measured.

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

The Histogram API for registering and retrieving s to be measured

Meter

Gets the Meter API to register and retrieve s to be measured.

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

The Meter API for registering and retrieving s to be measured

Timer

Gets the Timer API to register and retrieve s to be measured.

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

The Timer API for registering and retrieving s to be measured

Back to top Copyright © 2017 Allan Hardy
Generated by DocFX