Click or drag to resize

IAppMetricsMetric Interface

Common base interface for all metrics of this provider.

Namespace:  Dse.AppMetrics.MetricTypes
Assembly:  Dse.AppMetrics (in Dse.AppMetrics.dll) Version: 1.0.0
Syntax
C#
public interface IAppMetricsMetric : IDriverMetric

The IAppMetricsMetric type exposes the following members.

Properties
  NameDescription
Public propertyContext
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.
Public propertyName
Name provided to the AppMetrics library when creating metrics. This will be set with the metric name, see Name or Name.
Top
See Also