Module telemetry_pipeline
Expand description
Real-time telemetry pipeline for streaming metrics.
This module provides a real-time metrics pipeline that allows subscribers to receive continuous updates about kernel performance.
Structs§
- Aggregate
Metrics - Aggregate metrics across all kernels.
- Metrics
Collector - Metrics collector that aggregates metrics from multiple kernels.
- Metrics
Snapshot - A snapshot of metrics at a point in time.
- Telemetry
Alert - An alert when telemetry thresholds are exceeded.
- Telemetry
Config - Configuration for the telemetry pipeline.
- Telemetry
Pipeline - Real-time telemetry pipeline.
Enums§
- Alert
Severity - Alert severity level.
- Alert
Type - Type of alert.
- Telemetry
Event - A telemetry event that is broadcast to subscribers.
Traits§
- Metrics
Source - Trait for providing metrics from a kernel.