WARNING: Version 6.2 of APM Server has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
APM Transaction fieldsedit
Transaction-specific data for APM
transaction.name
edit
type: text
Generic designation of a transaction in the scope of a single service (eg. GET /users/:id).
transaction.name.keyword
edit
type: keyword
transaction.type
edit
type: keyword
Keyword of specific relevance in the service’s domain (eg. request, backgroundjob, etc)
duration fieldsedit
None
transaction.duration.us
edit
type: long
format: duration
Total duration of this transaction, in microseconds.
transaction.result
edit
type: keyword
The result of the transaction. HTTP status code for HTTP-related transactions.
transaction.marks
edit
type: object
A user-defined mapping of groups of marks in milliseconds.
transaction.sampled
edit
type: boolean
Transactions that are sampled will include all available information. Transactions that are not sampled will not have spans or context. Defaults to true.
transaction.span_count.dropped.total
edit
type: long
The total amount of dropped spans for this transaction.