
com.codahale.metrics.jdbi.strategies.StatementNameStrategy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of metrics-jdbi Show documentation
Show all versions of metrics-jdbi Show documentation
A JDBI wrapper providing Metrics instrumentation of query durations and rates.
The newest version!
package com.codahale.metrics.jdbi.strategies;
import org.skife.jdbi.v2.StatementContext;
/**
* Interface for strategies to statement contexts to metric names.
*/
public interface StatementNameStrategy {
String getStatementName(StatementContext statementContext);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy