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

Refactor QosHandler to use MonitoringHandler only #149

Open
mcweba opened this issue May 4, 2017 · 0 comments
Open

Refactor QosHandler to use MonitoringHandler only #149

mcweba opened this issue May 4, 2017 · 0 comments
Assignees

Comments

@mcweba
Copy link
Collaborator

mcweba commented May 4, 2017

The current implementation of the QoSHandler uses a MBeanServer to read the metrics from MBeans (JMX).
With the modifications from issue #148, the metrics can be read via event bus messages (sent to mod-metrics). The MonitoringHandler will provide methods for this, so the MBeanServer will not be used anymore.

Removing the MBeanServer from QoSHandler also simplifies the testing.

@mcweba mcweba self-assigned this May 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant