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

Interface IMetricRegistryManager

Namespace:App.Metrics.Registry.Abstractions
Assembly:cs.temp.dll.dll
Syntax
public interface IMetricRegistryManager

Properties

ApdexScores

Declaration
IEnumerable<ApdexValueSource> ApdexScores { get; }
Property Value
Type Description
IEnumerable<ApdexValueSource>

Counters

Declaration
IEnumerable<CounterValueSource> Counters { get; }
Property Value
Type Description
IEnumerable<CounterValueSource>

Gauges

Declaration
IEnumerable<GaugeValueSource> Gauges { get; }
Property Value
Type Description
IEnumerable<GaugeValueSource>

Histograms

Declaration
IEnumerable<HistogramValueSource> Histograms { get; }
Property Value
Type Description
IEnumerable<HistogramValueSource>

Meters

Declaration
IEnumerable<MeterValueSource> Meters { get; }
Property Value
Type Description
IEnumerable<MeterValueSource>

Timers

Declaration
IEnumerable<TimerValueSource> Timers { get; }
Property Value
Type Description
IEnumerable<TimerValueSource>
Back to top Copyright © 2017 Allan Hardy
Generated by DocFX