Expand description
Abstract definitions for engine metrics and telemetry.
Structs§
- Metric
- A complete metric entry, combining its value with its descriptive metadata.
- Metric
Id - A unique, structured identifier for a metric.
- Metric
Metadata - Descriptive, static metadata about a metric.
Enums§
- Metric
Type - The fundamental type of a metric.
- Metric
Value - An enumeration of possible metric values.
- Metrics
Error - An error that can occur within the metrics system.
Type Aliases§
- Metrics
Result - A specialized
Result
type for metric-related operations.