Click or drag to resize

IAppMetricsMetricContext Property

Context provided to the AppMetrics library when creating metrics. This will be set with the bucket name, see any metric creation method like Timer(String, IMetric) for example.

Namespace:  Dse.AppMetrics.MetricTypes
Assembly:  Dse.AppMetrics (in Dse.AppMetrics.dll) Version: 1.0.0
Syntax
C#
string Context { get; }

Property Value

Type: String
See Also