Class JdbcMaps


  • public class JdbcMaps
    extends Object
    JDBC instrumentation shares a global map of connection info.

    Should be injected into the bootstrap classpath.

    • Field Detail

      • connectionInfo

        public static final io.opentelemetry.instrumentation.api.caching.Cache<Connection,​DbInfo> connectionInfo
      • preparedStatements

        public static final io.opentelemetry.instrumentation.api.caching.Cache<PreparedStatement,​String> preparedStatements
    • Constructor Detail

      • JdbcMaps

        public JdbcMaps()