Enum MetricType
Available metric types
Namespace:App.Metrics
Assembly:cs.temp.dll.dll
Syntax
public enum MetricType
Fields
Name | Description |
---|---|
Apdex | An Apdex Metric |
Counter | A Counter Metric |
Gauge | A Gauge Metric |
Histogram | A Histogram Metric |
Meter | A Meter Metric |
Timer | A Timer Metric |