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

Class GaugeExtensions

Inheritance
System.Object
GaugeExtensions
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.Gauge
Assembly:cs.temp.dll.dll
Syntax
public static class GaugeExtensions

Methods

GetGaugeValue(IProvideMetricValues, String, String)

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

GetGaugeValue(IProvideMetricValues, String, String, MetricTags)

Declaration
public static double GetGaugeValue(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
System.Double
Back to top Copyright © 2017 Allan Hardy
Generated by DocFX