Skip to content

Commit 5f7d8d0

Browse files
authored
Update section header for injecting trace context (#33365)
1 parent 1cc5c25 commit 5f7d8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/tracing/other_telemetry/connect_logs_and_traces/opentelemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To correlate OpenTelemetry traces and logs in Datadog, you must:
3737

3838
- **Send Logs to Datadog**: Your logs, enriched with trace context, must be collected and sent to Datadog.
3939

40-
#### 1. Inject trace context into your logs
40+
### 1. Inject trace context into your logs
4141

4242
The following examples for Go and Java use logging bridges. These bridges intercept logs from common logging libraries (such as `zap` and `Logback`), convert them into the OpenTelemetry log data model, and forward them to the OpenTelemetry SDK. This process automatically enriches the logs with the active trace context.
4343

0 commit comments

Comments
 (0)