Class JdbcAttributesExtractor
-
- All Implemented Interfaces:
io.opentelemetry.instrumentation.api.instrumenter.AttributesExtractor<DbRequest,Void>
public final class JdbcAttributesExtractor extends io.opentelemetry.instrumentation.api.instrumenter.db.SqlAttributesExtractor<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 Constructor Description JdbcAttributesExtractor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringconnectionString(DbRequest request)protected io.opentelemetry.api.common.AttributeKey<String>dbTableAttribute()protected Stringname(DbRequest request)protected StringrawStatement(DbRequest request)protected Stringsystem(DbRequest request)protected Stringuser(DbRequest request)-
Methods inherited from class io.opentelemetry.instrumentation.api.instrumenter.db.SqlAttributesExtractor
onStart, operation, statement, table
-
Methods inherited from class io.opentelemetry.instrumentation.api.instrumenter.db.DbAttributesExtractor
onEnd
-
-
-
-
Method Detail
-
dbTableAttribute
protected io.opentelemetry.api.common.AttributeKey<String> dbTableAttribute()
-
-