Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/en/tracing/trace_pipeline/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ The [Ingestion Control page][3] overviews ingestion volumes and configuration se

## Processing pipelines

{{< site-region region="gov,gov2" >}}
<div class="alert alert-warning">Processing Pipelines are not supported in {{< region-param key="dd_site_name" >}}.</div>
{{< /site-region >}}

Transform, normalize, and enrich span attributes after ingestion with [Processing Pipelines][7]. Standardize attribute naming across services, consolidate inconsistent keys, and extract structured data from span values, without modifying application code.

{{< img src="tracing/processing_pipelines/manage_pipelines.png" style="width:100%;" alt="Processing Pipelines" >}}
Expand Down
Loading