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
Looking at the code: https://github.com/ReactiveMongo/ReactiveMongo-Monitoring/blob/master/jmx/src/main/scala/ConnectionListener.scala#L324, seems like the 2 attributes of the NodeSet are missing: AwaitingRequests, MaxAwaitingRequestsPerChannel (see the attached screenshots from jconsole for a comparison).
Should they be there by default or are there some additional requirements?
Versions: reactivemongo: 1.0.10 reactivemongo-jms: 1.0.8 (the documentation says 1.0.10, but 1.0.8 is the newest) scala: 2.13.7
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Looking at the code: https://github.com/ReactiveMongo/ReactiveMongo-Monitoring/blob/master/jmx/src/main/scala/ConnectionListener.scala#L324, seems like the 2 attributes of the NodeSet are missing: AwaitingRequests, MaxAwaitingRequestsPerChannel (see the attached screenshots from jconsole for a comparison).
Should they be there by default or are there some additional requirements?
Versions:
reactivemongo: 1.0.10
reactivemongo-jms: 1.0.8 (the documentation says 1.0.10, but 1.0.8 is the newest)
scala: 2.13.7
The text was updated successfully, but these errors were encountered: