-
Notifications
You must be signed in to change notification settings - Fork 415
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
[Breaking] Remove the statsd metrics, dependency no more available #2423
Conversation
fe3a8b6
to
277e662
Compare
Kudos, SonarCloud Quality Gate passed! |
32eb6eb
to
c9d49bd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not removing the StatsDReporterInit class totally ? The class looks pretty useless to me after your PR
Good catch @pmauduit thanks, fixed :-) |
@pmauduit fixed |
Looks almost good to me, but the class is still referenced here and you should end up with a ClassNotFoundException / NoClassDefFoundError if you don't remove the following line:
|
@pmauduit this is already removed, you point an old commit... |
@pmauduit up... |
@pmauduit up... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
To be continued: