APM Trace fieldsedit

Trace-specific data for APM.

view tracesedit

format: url

trace.idedit

type: long

A locally unique ID of the trace.

trace.transaction_idedit

type: keyword

Reference to the transaction this trace is part of.

trace.nameedit

type: keyword

Generic name of the trace.

trace.typeedit

type: keyword

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

start fieldsedit

None

trace.start.usedit

type: long

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

duration fieldsedit

None

trace.duration.usedit

type: long

format: duration

Duration of the trace, in microseconds.

trace.parentedit

type: long

The parent trace id for recreating the full ancestor path.