Module metrics

Module metrics 

Source
Expand description

Runtime telemetry for actors.

ActorMetrics is a cheap Arc-wrapped, atomically updated counter set that actors carry internally. The registry exposes these over MQTT/REST.

Structsยง

ActorMetrics
Atomic runtime counters for an actor.
MetricsSnapshot
A point-in-time snapshot of ActorMetrics that is Serialize.