Skip to main content

Crate el_telemetry

Crate el_telemetry 

Source
Expand description

el-telemetry — a one-way, downstream subscriber that folds content-free el_core::DomainEvents into performance snapshots (ADR-007).

It depends on el-core and nothing depends on it; it has no network channel. Because it can only read the numeric fields of already-content-free events, “no user content in telemetry” is structural.

Structs§

MetricsCollector
Subscribes to the domain-event stream and maintains a running snapshot.
TelemetrySnapshot
A content-free sample of session performance.