Class HumanizingMetricsExtensions
Inheritance
System.Object
HumanizingMetricsExtensions
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 HumanizingMetricsExtensions
Methods
HumanzeEndMetricType(Type)
Declaration
public static string HumanzeEndMetricType(this Type metricType)
Parameters
Type |
Name |
Description |
System.Type |
metricType |
|
Returns
Type |
Description |
System.String |
|
HumanzeStartMetricType(Type, String)
Declaration
public static string HumanzeStartMetricType(this Type metricType, string context = null)
Parameters
Type |
Name |
Description |
System.Type |
metricType |
|
System.String |
context |
|
Returns
Type |
Description |
System.String |
|
HumanzizeName<T>(MetricValueSourceBase<T>, String)
Declaration
public static string HumanzizeName<T>(this MetricValueSourceBase<T> valueSource, string context = null)
Parameters
Type |
Name |
Description |
MetricValueSourceBase<T> |
valueSource |
|
System.String |
context |
|
Returns
Type |
Description |
System.String |
|
Type Parameters
Hummanize(EnvironmentInfo)
Declaration
public static string Hummanize(this EnvironmentInfo environmentInfo)
Parameters
Type |
Name |
Description |
EnvironmentInfo |
environmentInfo |
|
Returns
Type |
Description |
System.String |
|
Hummanize(HealthCheck.Result)
Declaration
public static string Hummanize(this HealthCheck.Result healthCheckResult)
Parameters
Type |
Name |
Description |
HealthCheck.Result |
healthCheckResult |
|
Returns
Type |
Description |
System.String |
|
Hummanize<T>(MetricValueSourceBase<T>)
Declaration
public static string Hummanize<T>(this MetricValueSourceBase<T> valueSource)
Parameters
Type |
Name |
Description |
MetricValueSourceBase<T> |
valueSource |
|
Returns
Type |
Description |
System.String |
|
Type Parameters