-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Issue #3106 - implement WebSocketConnection stats #3390
Issue #3106 - implement WebSocketConnection stats #3390
Conversation
...ket/websocket-core/src/main/java/org/eclipse/jetty/websocket/core/internal/FrameFlusher.java
Show resolved
Hide resolved
2b4ff7f
to
4f2b4b1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some quibbles but mostly LGTM.... although we probably will eventually need more stats.
...ket/websocket-core/src/main/java/org/eclipse/jetty/websocket/core/internal/FrameFlusher.java
Outdated
Show resolved
Hide resolved
...ket/websocket-core/src/main/java/org/eclipse/jetty/websocket/core/internal/FrameFlusher.java
Outdated
Show resolved
Hide resolved
...ket/websocket-core/src/main/java/org/eclipse/jetty/websocket/core/internal/FrameFlusher.java
Outdated
Show resolved
Hide resolved
@lachlan-roberts test is broken in CI? |
@gregw yes the parser is auto fragmenting the messages so now that we are counting frames instead of fin bits, I need to set autoFragment to false in the parser so that we count the correct number of frames i was having some trouble setting autofragment to false so I created another issue for that, see #3412 |
2700096
to
fd7da67
Compare
waiting on the changes from #3413 |
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
fd7da67
to
1160a8d
Compare
implement connection stats for websockets #3106