Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0cd037f

Browse files
author
alrex
authored
docs: update documentation to reflect default (open-telemetry#1676)
1 parent 5cc7ec5 commit 0cd037f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ To enable this propagation, OpenTelemetry has the concept of `propagators <https
184184
which provide a common method to encode and decode span information from a request and response, respectively.
185185

186186
By default, ``opentelemetry-python`` is configured to use the `W3C Trace Context <https://www.w3.org/TR/trace-context/>`_
187-
HTTP headers for HTTP requests, but you can configure it to leverage different propagators. Here's
187+
and `W3C Baggage <https://www.w3.org/TR/baggage/>`_ HTTP headers for HTTP requests, but you can configure it to leverage different propagators. Here's
188188
an example using Zipkin's `b3 propagation <https://github.com/openzipkin/b3-propagation>`_:
189189

190190
.. code-block:: sh

0 commit comments

Comments
 (0)