Skip to content

Commit

Permalink
[website_docs] Link to website spec pages (#2276)
Browse files Browse the repository at this point in the history
Co-authored-by: Leighton Chen <lechen@microsoft.com>
  • Loading branch information
chalin and lzchen authored Nov 13, 2021
1 parent 281c97b commit c991c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website_docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ A major feature of distributed tracing is the ability to correlate a trace acros
multiple services. However, those services need to propagate information about a
trace from one service to the other.

To enable this propagation, OpenTelemetry has the concept of [propagators](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/context/api-propagators.md),
To enable this propagation, OpenTelemetry has the concept of [propagators]({{< relref "/docs/reference/specification/context/api-propagators" >}}),
which provide a common method to encode and decode span information from a request and response, respectively.

By default, `opentelemetry-python` is configured to use the [W3C Trace Context](https://www.w3.org/TR/trace-context/)
Expand Down

0 comments on commit c991c1c

Please sign in to comment.