Span |
Span.addLabel(String key,
boolean value) |
Labels are used to add indexed information to transactions, spans, and errors.
|
Span |
Span.addLabel(String key,
Number value) |
Labels are used to add indexed information to transactions, spans, and errors.
|
Span |
Span.addLabel(String key,
String value) |
Labels are used to add indexed information to transactions, spans, and errors.
|
Span |
Span.addTag(String key,
String value) |
Deprecated.
|
Span |
AbstractSpanImpl.createSpan() |
|
Span |
Span.createSpan() |
Deprecated.
|
Span |
Transaction.createSpan() |
Deprecated.
|
static Span |
ElasticApm.currentSpan() |
Returns the currently active span or transaction.
|
Span |
Span.setName(String name) |
The name of the span.
|
Span |
Span.setStartTimestamp(long epochMicros) |
Sets the start timestamp of this event.
|
Span |
Span.setType(String type) |
Deprecated.
|
Span |
AbstractSpanImpl.startSpan() |
|
Span |
AbstractSpanImpl.startSpan(String type,
String subtype,
String action) |
|
Span |
Span.startSpan() |
Start and return a new custom span with no type, as a child of this span.
|
Span |
Span.startSpan(String type,
String subtype,
String action) |
Start and return a new typed custom span as a child of this span.
|