Class ShortNameStrategy
java.lang.Object
io.dropwizard.metrics5.jdbi.strategies.DelegatingStatementNameStrategy
io.dropwizard.metrics5.jdbi.strategies.ShortNameStrategy
- All Implemented Interfaces:
StatementNameStrategy
public final class ShortNameStrategy extends DelegatingStatementNameStrategy
Assembles all JDBI stats under a common prefix (passed in at constructor time). Stats are grouped
by class name and method; a shortening strategy is applied to make the JMX output nicer.
-
Constructor Summary
Constructors Constructor Description ShortNameStrategy(String baseJmxName) -
Method Summary
Methods inherited from class io.dropwizard.metrics5.jdbi.strategies.DelegatingStatementNameStrategy
getStatementName, registerStrategies
-
Constructor Details
-
ShortNameStrategy
-