com.yammer.metrics.jdbi.strategies
Class ShortNameStrategy
java.lang.Object
com.yammer.metrics.jdbi.strategies.DelegatingStatementNameStrategy
com.yammer.metrics.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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShortNameStrategy
public ShortNameStrategy(String baseJmxName)
Copyright © 2012. All Rights Reserved.