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

Consider updating to support metrics 4.x #82

Open
davidh87 opened this issue May 15, 2019 · 0 comments
Open

Consider updating to support metrics 4.x #82

davidh87 opened this issue May 15, 2019 · 0 comments
Milestone

Comments

@davidh87
Copy link
Contributor

Cassandra driver 3.7.x doesn't work with metrics 4.x - the JMXReporter class has moved in metrics making it incompatible.

https://docs.datastax.com/en/developer/java-driver/3.5/manual/metrics/ details how to address this; disabling the JMX reporter when constructing the cluster and then optionally, explicitly setting up JMX reporting if desired.

I'm unsure if users of this library rely on the JMXReporter behaviour, so unsure whether to simply disable it always, or if there is a need to add support to optionally enable it.

@sethishi sethishi self-assigned this Dec 23, 2019
@sethishi sethishi removed their assignment Jan 31, 2020
@michaelmcfadyensky michaelmcfadyensky added this to the Cassandra 4.x milestone Feb 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants