Class JdbcMaps
- java.lang.Object
-
- io.opentelemetry.instrumentation.jdbc.internal.JdbcMaps
-
public class JdbcMaps extends Object
JDBC instrumentation shares a global map of connection info.Should be injected into the bootstrap classpath.
-
-
Field Summary
Fields Modifier and Type Field Description static io.opentelemetry.instrumentation.api.caching.Cache<Connection,DbInfo>connectionInfostatic io.opentelemetry.instrumentation.api.caching.Cache<PreparedStatement,String>preparedStatements
-
Constructor Summary
Constructors Constructor Description JdbcMaps()
-
-
-
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
-
-