Class HumanizeMetricValueExtensions
Inheritance
System.Object
HumanizeMetricValueExtensions
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.Formatting.Humanize
Assembly:cs.temp.dll.dll
Syntax
[Obsolete("Replaced with formatting packages which can be used with the Report Runner")]
public static class HumanizeMetricValueExtensions
Methods
HumanizeApdexScore(StringBuilder, ApdexValueSource)
Declaration
public static void HumanizeApdexScore(this StringBuilder sb, ApdexValueSource apdex)
Parameters
Type | Name | Description |
---|---|---|
StringBuilder | sb | |
ApdexValueSource | apdex |
HumanizeCounter(StringBuilder, CounterValueSource)
Declaration
public static void HumanizeCounter(this StringBuilder sb, CounterValueSource counter)
Parameters
Type | Name | Description |
---|---|---|
StringBuilder | sb | |
CounterValueSource | counter |
HumanizeGauge(StringBuilder, GaugeValueSource)
Declaration
public static void HumanizeGauge(this StringBuilder sb, GaugeValueSource gauge)
Parameters
Type | Name | Description |
---|---|---|
StringBuilder | sb | |
GaugeValueSource | gauge |
HumanizeHistogram(StringBuilder, HistogramValue, Unit)
Declaration
public static void HumanizeHistogram(this StringBuilder sb, HistogramValue histogram, Unit unit)
Parameters
Type | Name | Description |
---|---|---|
StringBuilder | sb | |
HistogramValue | histogram | |
Unit | unit |
HumanizeMeter(StringBuilder, MeterValue, Unit)
Declaration
public static void HumanizeMeter(this StringBuilder sb, MeterValue value, Unit unit)
Parameters
Type | Name | Description |
---|---|---|
StringBuilder | sb | |
MeterValue | value | |
Unit | unit |
HummanizeTimer(StringBuilder, TimerValueSource)
Declaration
public static void HummanizeTimer(this StringBuilder sb, TimerValueSource timer)
Parameters
Type | Name | Description |
---|---|---|
StringBuilder | sb | |
TimerValueSource | timer |