We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need stats for traffic in both direction.
count number of send/receive DATA_BLOCKED frames with a unique value.
Add these stats to: https://github.com/mozilla/neqo/blob/master/neqo-transport/src/stats.rs
The text was updated successfully, but these errors were encountered:
See #1868 CC @mxinden
Sorry, something went wrong.
Frame stats have been introduced in #1011.
https://phabricator.services.mozilla.com/D228295 exposed them via Glean.
One can explore the metric here:
https://glam.telemetry.mozilla.org/fog/probe/networking_http_3_quic_frame_count/explore?aggType=avg
I am not sure what "unique value" is referring to here. @larseggert do you know?
DATA_BLOCKED contains the offset at which we're blocked. I guess @ddragana meant to log that offset if it's unique.
DATA_BLOCKED
No branches or pull requests
We need stats for traffic in both direction.
count number of send/receive DATA_BLOCKED frames with a unique value.
Add these stats to:
https://github.com/mozilla/neqo/blob/master/neqo-transport/src/stats.rs
The text was updated successfully, but these errors were encountered: