Module telemetry_pipeline

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§

AggregateMetrics
Aggregate metrics across all kernels.
MetricsCollector
Metrics collector that aggregates metrics from multiple kernels.
MetricsSnapshot
A snapshot of metrics at a point in time.
TelemetryAlert
An alert when telemetry thresholds are exceeded.
TelemetryConfig
Configuration for the telemetry pipeline.
TelemetryPipeline
Real-time telemetry pipeline.

Enums§

AlertSeverity
Alert severity level.
AlertType
Type of alert.
TelemetryEvent
A telemetry event that is broadcast to subscribers.

Traits§

MetricsSource
Trait for providing metrics from a kernel.