A newer version is available. For the latest information, see the
current release documentation.
APM Span fieldsedit
Span-specific data for APM.
-
view spans
-
format: url
-
span.id
-
type: long
Deprecated (>= 6.5). A locally unique ID of the span.
-
span.hex_id
-
type: keyword
The ID of the span, introduced (>= 6.5).
-
span.name
-
type: keyword
Generic designation of a span in the scope of a transaction.
-
span.type
-
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
-
type: long
Offset relative to the transaction’s timestamp identifying the start of the span, in microseconds.
duration fieldsedit
None
-
span.duration.us
-
type: long
format: duration
Duration of the span, in microseconds.
-
span.parent
-
type: long
Deprecated (>= 6.5). The locally unique ID of the parent of the span.