Skip to content

Commit 98da550

Browse files
authored
Update README.md (#1707)
Updated heading level.
1 parent 1a3d822 commit 98da550

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

java/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ For any other library, such as OkHttp, you will need to include the correspondin
5959
from the [instrumentation project](https://github.com/open-telemetry/opentelemetry-java-instrumentation) and
6060
modify your code to initialize it in your function.
6161

62-
### Configuring Context Propagators
62+
## Configuring Context Propagators
6363

64-
#### If you emit your traces to AWS X-Ray (instead of a third-party service) and have enabled X-Ray Active Tracing
64+
### If you emit your traces to AWS X-Ray (instead of a third-party service) and have enabled X-Ray Active Tracing
6565
Please use the following environment variable for your lambda:
6666
`OTEL_PROPAGATORS=tracecontext,baggage,xray-lambda`
6767

68-
#### If you emit your traces to another system besides AWS X-Ray (Default Setting)
68+
### If you emit your traces to another system besides AWS X-Ray (Default Setting)
6969
The following propagators are configured by default, but you can use this environment variable to customize it:
7070
`OTEL_PROPAGATORS=tracecontext,baggage,xray`
7171

0 commit comments

Comments
 (0)