Class AppMetricsOptionExtensions
Inheritance
System.Object
AppMetricsOptionExtensions
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.Configuration
Assembly:cs.temp.dll.dll
Syntax
public static class AppMetricsOptionExtensions
Methods
WithGlobalTags(AppMetricsOptions, Action<Dictionary<String, String>, EnvironmentInfo>)
Declaration
public static AppMetricsOptions WithGlobalTags(this AppMetricsOptions options, Action<Dictionary<string, string>, EnvironmentInfo> setupAction)
Parameters
Type | Name | Description |
---|---|---|
AppMetricsOptions | options | |
System.Action<Dictionary<System.String, System.String>, EnvironmentInfo> | setupAction |
Returns
Type | Description |
---|---|
AppMetricsOptions |