-
Notifications
You must be signed in to change notification settings - Fork 4
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
Support grizzly-memcached's monitoring features using Grizzly JMX #13
Labels
enhancement
New feature or request
Comments
carryel
added a commit
to carryel/grizzly-memcached
that referenced
this issue
Nov 17, 2023
…Grizzly JMX"(eclipse-ee4j#13) + (Trivial) Fixed several log messages and line alignment. + (Trivial) Updated pom's library version.
carryel
added a commit
to carryel/grizzly-memcached
that referenced
this issue
Nov 17, 2023
…izzly JMX"(eclipse-ee4j#13) + removed unnecessary comments(local test codes).
carryel
added a commit
to carryel/grizzly-memcached
that referenced
this issue
Dec 4, 2023
…izzly JMX"(eclipse-ee4j#13) + added several ManagedOperation
carryel
added a commit
to carryel/grizzly-memcached
that referenced
this issue
Dec 8, 2023
…izzly JMX"(eclipse-ee4j#13) + fixed testcase's failure.
carryel
added a commit
to carryel/grizzly-memcached
that referenced
this issue
Dec 9, 2023
…izzly JMX"(eclipse-ee4j#13) + For errors that occur when enabling/disabling JMX, only logs are left and the errors are ignored.
carryel
added a commit
to carryel/grizzly-memcached
that referenced
this issue
Jan 19, 2024
…izzly JMX"(eclipse-ee4j#13) + Added stats using JMX's CompositeData.
carryel
added a commit
to carryel/grizzly-memcached
that referenced
this issue
Aug 22, 2024
…izzly JMX"(eclipse-ee4j#13) + Added stats(Keyed object which is generally related to network connection managed in the basic object pool).
carryel
added a commit
to carryel/grizzly-memcached
that referenced
this issue
Oct 2, 2024
…izzly JMX"(eclipse-ee4j#13) + Fixed an issue where the previous pool was monitored instead of the newly created pool when the pool was dynamically destroyed and recreated. + Remove unused(duplicated) mbean attributes.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Grizzly memcached clients and connection pools used together are provided as JMX Objects to enable monitoring.
In addition, it provides an option to register Grizzly transport, which is used internally, with JMX.
The text was updated successfully, but these errors were encountered: