Skip to content
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

Add JMX support #139

Closed
vladmihalcea opened this issue May 15, 2021 · 1 comment
Closed

Add JMX support #139

vladmihalcea opened this issue May 15, 2021 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@vladmihalcea
Copy link
Owner

vladmihalcea commented May 15, 2021

Adding JMX support will allow exporting the Optimizer events to APM tools, therefore making it easier to integrate Hypersistence Optimizer with other monitoring systems.

The following methods will be implemented:

  • String[] getEvents() - to get the recorded events
  • String getProperty(String name) - to get the value of a given runtime property
  • void setProperty(String name, String value) - to set the value of a given runtime property
@vladmihalcea vladmihalcea added the enhancement New feature or request label May 15, 2021
@vladmihalcea vladmihalcea added this to the 2.4.0 milestone May 20, 2021
@vladmihalcea
Copy link
Owner Author

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant