Class JdbcNetworkAttributesGetter
java.lang.Object
io.opentelemetry.instrumentation.jdbc.internal.JdbcNetworkAttributesGetter
- All Implemented Interfaces:
io.opentelemetry.instrumentation.api.instrumenter.network.ServerAttributesGetter<DbRequest,Void>
public final class JdbcNetworkAttributesGetter
extends Object
implements io.opentelemetry.instrumentation.api.instrumenter.network.ServerAttributesGetter<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 TypeMethodDescriptiongetServerAddress(DbRequest request) getServerPort(DbRequest request) 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.instrumenter.network.ServerAttributesGetter
getServerInetSocketAddress, getServerSocketAddress, getServerSocketDomain, getServerSocketPort
-
Constructor Details
-
JdbcNetworkAttributesGetter
public JdbcNetworkAttributesGetter()
-
-
Method Details
-
getServerAddress
-
getServerPort
-