Enum MetricType
- Namespace
- DotCompute.Abstractions.Interfaces.Telemetry
- Assembly
- DotCompute.Abstractions.dll
Types of metrics.
public enum MetricType
Fields
Counter = 0Counter metric that only increases.
Gauge = 1Gauge metric that can go up or down.
Histogram = 2Histogram for distribution analysis.
Summary = 3Summary statistics.