Span |
Span.addLabel(java.lang.String key,
boolean value) |
Deprecated.
|
Span |
Span.addLabel(java.lang.String key,
java.lang.Number value) |
Deprecated.
|
Span |
Span.addLabel(java.lang.String key,
java.lang.String value) |
Deprecated.
|
Span |
Span.addTag(java.lang.String key,
java.lang.String value) |
Deprecated.
|
Span |
Span.createSpan() |
Deprecated.
|
Span |
Transaction.createSpan() |
Deprecated.
|
static Span |
ElasticApm.currentSpan() |
Returns the currently active span or transaction.
|
Span |
Span.setDestinationAddress(java.lang.String address,
int port) |
Provides a way to manually set the destination address and port for this span.
|
Span |
Span.setDestinationService(java.lang.String resource) |
Provides a way to manually set the destination.service.resource field, which is used for the construction
of service maps and the identification of downstream services.
|
Span |
Span.setLabel(java.lang.String key,
boolean value) |
Labels are used to add indexed information to transactions, spans, and errors.
|
Span |
Span.setLabel(java.lang.String key,
java.lang.Number value) |
Labels are used to add indexed information to transactions, spans, and errors.
|
Span |
Span.setLabel(java.lang.String key,
java.lang.String value) |
Labels are used to add indexed information to transactions, spans, and errors.
|
Span |
Span.setName(java.lang.String name) |
The name of the span.
|
Span |
Span.setOutcome(Outcome outcome) |
Sets the outcome of this event
|
Span |
Span.setStartTimestamp(long epochMicros) |
Sets the start timestamp of this event.
|
Span |
Span.setType(java.lang.String type) |
Deprecated.
|
Span |
Span.startExitSpan(java.lang.String type,
java.lang.String subtype,
java.lang.String action) |
Start and return a new typed custom exit span as a child of this span.
|
Span |
Span.startSpan() |
Start and return a new custom span with no type, as a child of this span.
|
Span |
Span.startSpan(java.lang.String type,
java.lang.String subtype,
java.lang.String action) |
Start and return a new typed custom span as a child of this span.
|