Enum MetricType
Indenitifer for metrics inside Phobos
Namespace:Phobos.Monitoring.Metrics
Assembly:Phobos.Monitoring.dll
Syntax
public enum MetricType
Fields
Counter
Declaration
Counter = 0
Field Value
| Type | Description |
|---|---|
| MetricType |
Gauge
Declaration
Gauge = 1
Field Value
| Type | Description |
|---|---|
| MetricType |
Timing
Declaration
Timing = 2
Field Value
| Type | Description |
|---|---|
| MetricType |