Transaction |
Transaction.addCustomContext(java.lang.String key,
boolean value) |
Custom context is used to add non-indexed,
custom contextual information to transactions.
|
Transaction |
Transaction.addCustomContext(java.lang.String key,
java.lang.Number value) |
Custom context is used to add non-indexed,
custom contextual information to transactions.
|
Transaction |
Transaction.addCustomContext(java.lang.String key,
java.lang.String value) |
Custom context is used to add non-indexed,
custom contextual information to transactions.
|
Transaction |
Transaction.addLabel(java.lang.String key,
boolean value) |
Deprecated.
|
Transaction |
Transaction.addLabel(java.lang.String key,
java.lang.Number value) |
Deprecated.
|
Transaction |
Transaction.addLabel(java.lang.String key,
java.lang.String value) |
Deprecated.
|
Transaction |
Transaction.addTag(java.lang.String key,
java.lang.String value) |
Deprecated.
|
static Transaction |
ElasticApm.currentTransaction() |
Returns the currently running transaction.
|
Transaction |
Transaction.setLabel(java.lang.String key,
boolean value) |
Labels are used to add indexed information to transactions, spans, and errors.
|
Transaction |
Transaction.setLabel(java.lang.String key,
java.lang.Number value) |
Labels are used to add indexed information to transactions, spans, and errors.
|
Transaction |
Transaction.setLabel(java.lang.String key,
java.lang.String value) |
Labels are used to add indexed information to transactions, spans, and errors.
|
Transaction |
Transaction.setName(java.lang.String name) |
Override the name of the current transaction.
|
Transaction |
Transaction.setOutcome(Outcome outcome) |
Sets the transaction outcome
|
Transaction |
Transaction.setResult(java.lang.String result) |
A string describing the result of the transaction.
|
Transaction |
Transaction.setStartTimestamp(long epochMicros) |
|
Transaction |
Transaction.setType(java.lang.String type) |
The type of the transaction.
|
Transaction |
Transaction.setUser(java.lang.String id,
java.lang.String email,
java.lang.String username) |
Call this to enrich collected performance data and errors with information about the user/client.
|
static Transaction |
ElasticApm.startTransaction() |
Use this method to create a custom transaction.
|
static Transaction |
ElasticApm.startTransactionWithRemoteParent(HeaderExtractor headerExtractor) |
|
static Transaction |
ElasticApm.startTransactionWithRemoteParent(HeaderExtractor headerExtractor,
HeadersExtractor headersExtractor) |
|