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ยง
- Actor
Metrics - Atomic runtime counters for an actor.
- Metrics
Snapshot - A point-in-time snapshot of
ActorMetricsthat isSerialize.