All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.codahale.metrics.jdbi.strategies.StatementNameStrategy Maven / Gradle / Ivy

Go to download

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