From f42fe8f1008a4f0959eddd61a5fc3be9baaf998a Mon Sep 17 00:00:00 2001 From: Olivia Shoup Date: Thu, 11 Jun 2026 12:09:53 -0500 Subject: [PATCH] Fix formatting in dd.propagate.context Java config entry Remove a double space ("propagate context") and an extra blank line. Co-Authored-By: Claude Opus 4.8 (1M context) --- content/en/tracing/trace_collection/library_config/java.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/en/tracing/trace_collection/library_config/java.md b/content/en/tracing/trace_collection/library_config/java.md index a18fdc2d906..97a19518277 100644 --- a/content/en/tracing/trace_collection/library_config/java.md +++ b/content/en/tracing/trace_collection/library_config/java.md @@ -430,8 +430,7 @@ When set to `true`, stop extracting trace context when a valid one is found. `dd.propagate.context` : **Environment Variable**: `DD_PROPAGATE_CONTEXT`
**Default**: `false`
-When `true`, distributed trace context (for example, `tracecontext` and `baggage` headers) is extracted and injected even when tracing is disabled (`dd.trace.enabled=false`). Spans are created to carry and propagate context, but traces are not reported to Datadog. This lets a service participate in context propagation without sending trace data. Has no effect when tracing is enabled. - +When `true`, distributed trace context (for example, `tracecontext` and `baggage` headers) is extracted and injected even when tracing is disabled (`dd.trace.enabled=false`). Spans are created to carry and propagate context, but traces are not reported to Datadog. This lets a service participate in context propagation without sending trace data. Has no effect when tracing is enabled. ### JMX metrics