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

Class MeterExtensions

Inheritance
System.Object
MeterExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:App.Metrics.Meter
Assembly:cs.temp.dll.dll
Syntax
public static class MeterExtensions

Methods

GetMeterValue(IProvideMetricValues, String, String)

Declaration
public static MeterValue GetMeterValue(this IProvideMetricValues valueService, string context, string metricName)
Parameters
Type Name Description
IProvideMetricValues valueService
System.String context
System.String metricName
Returns
Type Description
MeterValue

GetMeterValue(IProvideMetricValues, String, String, MetricTags)

Declaration
public static MeterValue GetMeterValue(this IProvideMetricValues valueService, string context, string metricName, MetricTags tags)
Parameters
Type Name Description
IProvideMetricValues valueService
System.String context
System.String metricName
MetricTags tags
Returns
Type Description
MeterValue

GetValueOrDefault(IMeter)

Declaration
public static MeterValue GetValueOrDefault(this IMeter metric)
Parameters
Type Name Description
IMeter metric
Returns
Type Description
MeterValue
Back to top Copyright © 2017 Allan Hardy
Generated by DocFX