Uses of Class
com.couchbase.client.core.tracing.ThresholdLogSpanContext
-
Packages that use ThresholdLogSpanContext Package Description com.couchbase.client.core.tracing -
-
Uses of ThresholdLogSpanContext in com.couchbase.client.core.tracing
Methods in com.couchbase.client.core.tracing that return ThresholdLogSpanContext Modifier and Type Method Description ThresholdLogSpanContext
ThresholdLogSpanContext. baggageItem(String item, String value)
Stores the given baggage item/value.ThresholdLogSpanContext
ThresholdLogSpan. context()
ThresholdLogSpanContext
ThresholdLogReference. spanContext()
Returns the current span context.Methods in com.couchbase.client.core.tracing with parameters of type ThresholdLogSpanContext Modifier and Type Method Description static ThresholdLogReference
ThresholdLogReference. childOf(ThresholdLogSpanContext spanContext)
Creates a reference which represents the child of the given context.static ThresholdLogReference
ThresholdLogReference. followsFrom(ThresholdLogSpanContext spanContext)
Creates a reference which represents the follower of the given context.
-