Expand description
Connection lifecycle observability.
Provides a Tower layer that tracks TCP/HTTP2 connection events — new connections, disconnections, and errors — giving operators visibility into client connectivity issues.
Structs§
- Connection
Guard - A guard that decrements active connections when dropped.
- Connection
Metrics - Shared connection metrics.
- Connection
Tracker Layer - A Tower layer that wraps a
MakeService(or any per-connection service) to track and log connection lifecycle events. - Connection
Tracker Service - A Tower service that tracks connection lifecycle events.