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 Span fields
editAPM Span fields
editSpan-specific data for APM.
view spans
editformat: url
span.id
edittype: long
A locally unique ID of the span.
span.name
edittype: keyword
Generic designation of a span in the scope of a transaction.
span.type
edittype: keyword
Keyword of specific relevance in the service’s domain (eg: db.postgresql.query, template.erb, cache, etc).
start fields
editNone
span.start.us
edittype: long
Offset relative to the transaction’s timestamp identifying the start of the span, in microseconds.
duration fields
editNone
span.duration.us
edittype: long
format: duration
Duration of the span, in microseconds.
span.parent
edittype: long
The locally unique ID of the parent of the span.