-
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
Expose more WebSocket details in JMX and Server Dump #2504
Comments
This issue has been automatically marked as stale because it has been a full year without activit. It will be closed if no further activity occurs. Thank you for your contributions. |
This still needs to be done. |
Signed-off-by: Lachlan Roberts <[email protected]>
@joakime are you sure we want all these details about the session in the dump? We could have an extremely large number of active sessions and to include all that information could potentially be hundreds of lines of information per session. Also I don't think we currently have the information available for the Connection and Network Endpoints of each websocket session, not sure how we could do those ones. |
Issue #2504 - expose more WebSocket details in jetty server dump
In light of the conversation in #2061 more information should be exposed about WebSocket in JMX and even the server dump.
Some initial thoughts ...
The text was updated successfully, but these errors were encountered: