You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Corrects the documentation for the otel_trace processor (#11043)
* Corrects the documentation for the otel_trace processor to clarify that it adds fields.
Signed-off-by: David Venable <dlv@amazon.com>
* Update _data-prepper/pipelines/configuration/processors/otel-traces.md
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
---------
Signed-off-by: David Venable <dlv@amazon.com>
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Copy file name to clipboardExpand all lines: _data-prepper/pipelines/configuration/processors/otel-traces.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ nav_order: 260
10
10
11
11
The `otel_trace` processor completes trace-group-related fields in all incoming OpenSearch Data Prepper span records by state caching the root span information for each `traceId`.
12
12
13
-
## Parameters
13
+
## Usage
14
14
15
-
This processor includes the following parameters.
15
+
This processor adds the following fields to span events:
16
16
17
17
*`traceGroup`: Root span name
18
18
*`endTime`: End time of the entire trace in International Organization for Standardization (ISO) 8601 format
0 commit comments