Uses of Class
com.couchbase.client.core.tracing.ThresholdLogSpan
Package | Description |
---|---|
com.couchbase.client.core.tracing |
-
Uses of ThresholdLogSpan in com.couchbase.client.core.tracing
Methods in com.couchbase.client.core.tracing that return ThresholdLogSpan Modifier and Type Method Description ThresholdLogSpan
ThresholdLogSpan. log(long timestampMicroseconds, String event)
ThresholdLogSpan
ThresholdLogSpan. log(long timestampMicroseconds, Map<String,?> fields)
ThresholdLogSpan
ThresholdLogSpan. log(String event)
ThresholdLogSpan
ThresholdLogSpan. log(Map<String,?> fields)
ThresholdLogSpan
ThresholdLogSpan. setBaggageItem(String key, String value)
ThresholdLogSpan
ThresholdLogSpan. setOperationName(String operationName)
ThresholdLogSpan
ThresholdLogSpan. setTag(String key, boolean value)
ThresholdLogSpan
ThresholdLogSpan. setTag(String key, Number value)
ThresholdLogSpan
ThresholdLogSpan. setTag(String key, String value)
Methods in com.couchbase.client.core.tracing with parameters of type ThresholdLogSpan Modifier and Type Method Description int
ThresholdLogSpan. compareTo(ThresholdLogSpan o)
void
ThresholdLogReporter. report(ThresholdLogSpan span)
Reports the given span, but it doesn't have to be a potential slow.void
ThresholdLogTracer. reportSpan(ThresholdLogSpan span)
Feeds the span into the reporter for further processing.