s2n-quic icon indicating copy to clipboard operation
s2n-quic copied to clipboard

Emit connect-related metrics for dcQUIC streams

Open Mark-Simulacrum opened this issue 10 months ago • 0 comments

Problem:

See TODO added here - https://github.com/aws/s2n-quic/pull/2675#discussion_r2155152975

We need metrics on stream connection success - even if we weren't responsible for the TCP connect (what was added in the PR above).

Need By Date:

None currently.

Solution:

  • Does this change what s2n-quic sends over the wire? no
  • Does this change any public APIs? yes (new metrics/events)

Requirements / Acceptance Criteria:

n/a

Out of scope:

n/a

Mark-Simulacrum avatar Jun 18 '25 19:06 Mark-Simulacrum