Class ShortNameStrategy
java.lang.Object
com.codahale.metrics.jdbi.strategies.DelegatingStatementNameStrategy
com.codahale.metrics.jdbi.strategies.ShortNameStrategy
- All Implemented Interfaces:
StatementNameStrategy
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 -
Method Summary
Methods inherited from class com.codahale.metrics.jdbi.strategies.DelegatingStatementNameStrategy
getStatementName, registerStrategies
-
Constructor Details
-
ShortNameStrategy
-