Table of Contents

Enum MetricType

Namespace
DotCompute.Abstractions.Interfaces.Telemetry
Assembly
DotCompute.Abstractions.dll

Types of metrics.

public enum MetricType

Fields

Counter = 0

Counter metric that only increases.

Gauge = 1

Gauge metric that can go up or down.

Histogram = 2

Histogram for distribution analysis.

Summary = 3

Summary statistics.