Package | Description |
---|---|
com.couchbase.client.core.tracing |
Modifier and Type | Method and Description |
---|---|
ThresholdLogSpan |
ThresholdLogSpan.log(long timestampMicroseconds,
Map<String,?> fields) |
ThresholdLogSpan |
ThresholdLogSpan.log(long timestampMicroseconds,
String event) |
ThresholdLogSpan |
ThresholdLogSpan.log(Map<String,?> fields) |
ThresholdLogSpan |
ThresholdLogSpan.log(String event) |
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) |
Modifier and Type | Method and 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.
|
Copyright © 2021 Couchbase, Inc.. All rights reserved.