| Modifier and Type | Interface | Description |
|---|---|---|
interface |
Transaction |
A transaction is the data captured by an agent representing an event occurring in a monitored service
and groups multiple spans in a logical group.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractSpanImpl |
| Modifier and Type | Method | Description |
|---|---|---|
Span |
Span.addTag(java.lang.String key,
java.lang.String value) |
A flat mapping of user-defined tags with string values.
|
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(java.lang.String name) |
The name of the span.
|
Span |
Span.setType(java.lang.String type) |
Deprecated.
|
Span |
AbstractSpanImpl.startSpan() |
|
Span |
AbstractSpanImpl.startSpan(java.lang.String type,
java.lang.String subtype,
java.lang.String action) |
|
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.
|
Copyright © 2018–2019 Elastic Inc.. All rights reserved.