Module metrics

Source
Expand description

Metrics support for the Cluster Transport Protocol.

Structsยง

NoopMetrics
No-op Metrics implementation that ignores all events.
Reader ๐Ÿ”’
AsyncRead wrapper that transparently logs bytes_received metrics.
Writer ๐Ÿ”’
AsyncWrite wrapper that transparently logs bytes_sent metrics.

Traitsยง

Metrics
A trait for types that observe connection metric events.