Package | Description |
---|---|
com.couchbase.client.core.cnc | |
com.couchbase.client.core.cnc.tracing | |
com.couchbase.client.core.service.kv |
Modifier and Type | Method and Description |
---|---|
RequestSpan |
RequestTracer.requestSpan(String operationName,
RequestSpan parent)
Creates a new span that is created from the underlying tracer.
|
RequestSpan |
InternalSpan.toRequestSpan()
Returns a request span that wraps the internal span.
|
Modifier and Type | Method and Description |
---|---|
InternalSpan |
RequestTracer.internalSpan(String operationName,
RequestSpan parent)
Creates a new span that represents a full request/response lifecycle in the SDK.
|
RequestSpan |
RequestTracer.requestSpan(String operationName,
RequestSpan parent)
Creates a new span that is created from the underlying tracer.
|
Modifier and Type | Class and Description |
---|---|
class |
NoopRequestSpan |
class |
ThresholdRequestSpan |
Modifier and Type | Method and Description |
---|---|
RequestSpan |
ThresholdRequestTracer.requestSpan(String operationName,
RequestSpan parent) |
RequestSpan |
NoopRequestTracer.requestSpan(String operationName,
RequestSpan parent) |
RequestSpan |
ThresholdInternalSpan.toRequestSpan() |
RequestSpan |
NoopInternalSpan.toRequestSpan() |
Modifier and Type | Method and Description |
---|---|
InternalSpan |
ThresholdRequestTracer.internalSpan(String operationName,
RequestSpan parent) |
InternalSpan |
NoopRequestTracer.internalSpan(String operationName,
RequestSpan parent) |
RequestSpan |
ThresholdRequestTracer.requestSpan(String operationName,
RequestSpan parent) |
RequestSpan |
NoopRequestTracer.requestSpan(String operationName,
RequestSpan parent) |
Modifier and Type | Method and Description |
---|---|
RequestSpan |
ObserveContext.parentSpan() |
Constructor and Description |
---|
ObserveContext(CoreContext ctx,
Observe.ObservePersistTo persistTo,
Observe.ObserveReplicateTo replicateTo,
Optional<MutationToken> mutationToken,
long cas,
CollectionIdentifier collectionIdentifier,
String key,
boolean remove,
Duration timeout,
RequestSpan parentSpan) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.