From 6f218d359606c50afeb8386fba298d75ebe75048 Mon Sep 17 00:00:00 2001 From: Heston Hoffman Date: Fri, 17 Jul 2026 10:15:37 -0700 Subject: [PATCH] Add gov/gov2 unsupported banner to Processing Pipelines section The Trace Pipeline overview page's Processing pipelines section did not show the unsupported-site banner already present on the dedicated Processing Pipelines child page. --- content/en/tracing/trace_pipeline/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/tracing/trace_pipeline/_index.md b/content/en/tracing/trace_pipeline/_index.md index 262d201f8ab..348d70e663b 100644 --- a/content/en/tracing/trace_pipeline/_index.md +++ b/content/en/tracing/trace_pipeline/_index.md @@ -33,6 +33,10 @@ The [Ingestion Control page][3] overviews ingestion volumes and configuration se ## Processing pipelines +{{< site-region region="gov,gov2" >}} +
Processing Pipelines are not supported in {{< region-param key="dd_site_name" >}}.
+{{< /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" >}}