Expand description
Transmitting observations and grouping metrics.
Structs§
- Processing
Outcome - The result of processing messages.
- Processor
Mount - A building block for grouping
- Telemetry
Processor - The counterpart of the
TelemetryTransmitter
. It receives theObservation
s and other messages and processes them.
Enums§
- Processing
Decider - Processing
Strategy - A strategy for processing observations
Traits§
- Aggregates
Processors - Implementors can group everything that can process
TelemetryMessage
s. - Processes
Telemetry Messages - Can process
TelemetryMessage
.