Interface IAppMetricsMetric
Common base interface for all metrics of this provider.
Namespace: Dse.AppMetrics.MetricTypes
Assembly: Dse.AppMetrics.dll
Syntax
public interface IAppMetricsMetric : IDriverMetric
Properties
Context
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.
Declaration
string Context { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Name provided to the AppMetrics library when creating metrics. This will be set with the metric name, see Name or Name.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |