APM Trace fields

edit

Trace-specific data for APM.

view traces

edit

format: url

trace.id

edit

type: long

A locally unique ID of the trace.

trace.transaction_id

edit

type: keyword

Reference to the transaction this trace is part of.

trace.name

edit

type: keyword

Generic name of the trace.

trace.type

edit

type: keyword

Type of the trace. This should be a dotted format, e.g. db.postgresql.query, cache.redis, or ext.http.get.

start fields

edit

None

trace.start.us

edit

type: long

Start time of the trace in microseconds, relative to the start time of the transaction.

duration fields

edit

None

trace.duration.us

edit

type: long

format: duration

Duration of the trace, in microseconds.

trace.parent

edit

type: long

The parent trace id for recreating the full ancestor path.