-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
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
Stats API Requirements #45
Comments
Step 3 in getStats still says "If the URL scheme associated with transport is not So we need to discuss what to do with this API. |
To be discussed in #206. |
Reopening, to discuss the stats API shape separately. |
What is the summary of discussion so far? is there a link to an email archive or PR? |
@vr000m - Meeting notes are stored on the wiki at - https://www.w3.org/wiki/WebTransport . Click to the particular meeting you are interested in. We have full recordings and transcripts linked with each meeting archive. |
I think we have general idea of shape now, with connection-level and aggregate stream stats off of Neither of those approaches should be difficult to traverse, nor should stats disappear (one caveat: the per-stream stats are meant for long-lived streams, for short-lived ones we have aggregate stats at the connection level). We have 5 other issues on stats so I think we can close this one. |
While discussing the stats PR, we began to discuss requirements for a stats API. I'd like to continue and document those requirements here so we can make sure we design the proper stats API.
A comment from @vr000m:
I think one thing Varun called out is that he doesn't want stats appearing or disappearing without a stats API being aware. A stats library needs to be aware of all stats. For example a stream being created/destroyed. A few quick ideas doing this for QUIC stream stats (or any other lower level object):
The text was updated successfully, but these errors were encountered: