Interface StatementNameStrategy

All Known Implementing Classes:
BasicSqlNameStrategy, ContextNameStrategy, DelegatingStatementNameStrategy, NaiveNameStrategy, ShortNameStrategy, SmartNameStrategy

public interface StatementNameStrategy
Interface for strategies to statement contexts to metric names.
  • Method Summary

    Modifier and Type Method Description
    io.dropwizard.metrics5.MetricName getStatementName​(org.skife.jdbi.v2.StatementContext statementContext)  
  • Method Details

    • getStatementName

      io.dropwizard.metrics5.MetricName getStatementName​(org.skife.jdbi.v2.StatementContext statementContext)