1005 B
1005 B
layout | title | parent | grand_parent | nav_order |
---|---|---|---|---|
default | otel_trace_raw | Processors | Configuring Data Prepper | 45 |
otel_trace_raw
Overview
This processor is a Data Prepper event record type replacement of otel_trace_raw_prepper
(no longer supported since Data Prepper 2.0). The processor fills in trace group related fields including the following.
traceGroup
: root span nameendTime
: end time of the entire trace in ISO 8601durationInNanos
: duration of the entire trace in nanosecondsstatusCode
: status code for the entire trace in nanoseconds
in all incoming Data Prepper span records by state caching the root span info per traceId.
Option | Required | Type | Description |
---|---|---|---|
trace_flush_interval | No | Integer | Represents the time interval in seconds to flush all the descendant spans without any root span. Default is 180. |