Class CouchbaseRequestInfo
java.lang.Object
io.opentelemetry.javaagent.instrumentation.couchbase.v2_0.CouchbaseRequestInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Stringbucket()static CouchbaseRequestInfostatic CouchbaseRequestInfostatic CouchbaseRequestInfoget(io.opentelemetry.context.Context context) static io.opentelemetry.context.Contextinit(io.opentelemetry.context.Context context, CouchbaseRequestInfo couchbaseRequest) abstract booleanabstract StringvoidsetLocalAddress(String localAddress) voidsetOperationId(String operationId) voidsetPeerAddress(SocketAddress peerAddress) abstract String
-
Constructor Details
-
CouchbaseRequestInfo
public CouchbaseRequestInfo()
-
-
Method Details
-
create
public static CouchbaseRequestInfo create(@Nullable String bucket, Class<?> declaringClass, String methodName) -
create
-
init
public static io.opentelemetry.context.Context init(io.opentelemetry.context.Context context, CouchbaseRequestInfo couchbaseRequest) -
get
-
bucket
-
statement
-
operation
-
isMethodCall
public abstract boolean isMethodCall() -
getLocalAddress
-
setLocalAddress
-
getOperationId
-
setOperationId
-
getPeerAddress
-
setPeerAddress
-