Class JdbcAttributesGetter
java.lang.Object
io.opentelemetry.instrumentation.jdbc.internal.JdbcAttributesGetter
- All Implemented Interfaces:
io.opentelemetry.instrumentation.api.incubator.semconv.db.DbClientCommonAttributesGetter<DbRequest,,Void> io.opentelemetry.instrumentation.api.incubator.semconv.db.SqlClientAttributesGetter<DbRequest,Void>
public final class JdbcAttributesGetter
extends Object
implements io.opentelemetry.instrumentation.api.incubator.semconv.db.SqlClientAttributesGetter<DbRequest,Void>
This class is internal and is hence not for public use. Its APIs are unstable and can change at
any time.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBatchSize(DbRequest request) getConnectionString(DbRequest request) Deprecated.getDbNamespace(DbRequest request) getDbSystem(DbRequest request) getRawQueryTexts(DbRequest request) getResponseStatus(Void response, Throwable error) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.opentelemetry.instrumentation.api.incubator.semconv.db.DbClientCommonAttributesGetter
getName, getSystemMethods inherited from interface io.opentelemetry.instrumentation.api.incubator.semconv.db.SqlClientAttributesGetter
getRawQueryText, getRawStatement
-
Constructor Details
-
JdbcAttributesGetter
public JdbcAttributesGetter()
-
-
Method Details
-
getDbSystem
-
getUser
Deprecated. -
getDbNamespace
-
getConnectionString
Deprecated. -
getRawQueryTexts
-
getBatchSize
-
getResponseStatus
-