Expand description
Metrics support for the Cluster Transport Protocol.
Structsยง
- Noop
Metrics - No-op
Metrics
implementation that ignores all events. - Reader ๐
AsyncRead
wrapper that transparently logsbytes_received
metrics.- Writer ๐
AsyncWrite
wrapper that transparently logsbytes_sent
metrics.
Traitsยง
- Metrics
- A trait for types that observe connection metric events.