Class SmartNameStrategy

java.lang.Object
io.dropwizard.metrics5.jdbi.strategies.DelegatingStatementNameStrategy
io.dropwizard.metrics5.jdbi.strategies.SmartNameStrategy
All Implemented Interfaces:
StatementNameStrategy

public class SmartNameStrategy
extends DelegatingStatementNameStrategy
Adds statistics for JDBI queries that set the NameStrategies.STATEMENT_CLASS and NameStrategies.STATEMENT_NAME for class based display or NameStrategies.STATEMENT_GROUP and NameStrategies.STATEMENT_NAME for group based display.

Also knows how to deal with SQL Object statements.

  • Constructor Details

    • SmartNameStrategy

      public SmartNameStrategy()