Module metrics

Source
Expand description

Abstract definitions for engine metrics and telemetry.

Structs§

Metric
A complete metric entry, combining its value with its descriptive metadata.
MetricId
A unique, structured identifier for a metric.
MetricMetadata
Descriptive, static metadata about a metric.

Enums§

MetricType
The fundamental type of a metric.
MetricValue
An enumeration of possible metric values.
MetricsError
An error that can occur within the metrics system.

Type Aliases§

MetricsResult
A specialized Result type for metric-related operations.