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