Details
-
Task
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
5.0-alpha2, 5.0, 5.1
-
None
-
Code Clarity
-
Normal
-
All
-
None
-
Description
After the CASSANDRA-14667 the dwopwizard metrics library was updated to the latest version, metrics reporters e.g. ConsoleReporter or CsvReporter that were shipped with the reporter-config3 are no longer needed as they are part of the dropwizard itself.
The project has been archived since the 2020 year and is no longer supported.
https://github.com/addthis/metrics-reporter-config
I think we can remove the following:
<dependency> <groupId>com.addthis.metrics</groupId> <artifactId>reporter-config3</artifactId> <version>3.0.3</version> <exclusions> <exclusion> <artifactId>hibernate-validator</artifactId> <groupId>org.hibernate</groupId> </exclusion> </exclusions> </dependency>