Class GaugeMetric
Gauge metric types measure the value of a particular thing at a particular time, it represents an instantaneous value.
Gauges represent a double value.
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.Formatters.Json
Assembly:cs.temp.dll.dll
Syntax
public sealed class GaugeMetric : MetricBase
Properties
Value
Declaration
public double ? Value { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Methods
FromGauge(MetricValueSourceBase<Double>)
Declaration
public static GaugeMetric FromGauge(MetricValueSourceBase<double> gauge)
Parameters
Type | Name | Description |
---|---|---|
MetricValueSourceBase<System.Double> | gauge |
Returns
Type | Description |
---|---|
GaugeMetric |