Skip to content

Commit

Permalink
fix: Link to website page via path (#1020)
Browse files Browse the repository at this point in the history
fix: Link to website page via path (#1020)
Contributes to open-telemetry/opentelemetry.io#922. /cc @austinlparker

Co-authored-by: Robert <robertlaurin@users.noreply.github.com>
  • Loading branch information
chalin and robertlaurin committed Nov 19, 2021
1 parent a37637c commit 6cba354
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website_docs/context_propagation.md
@@ -1,9 +1,9 @@
---
title: "Context Propagation"
title: Context Propagation
weight: 2
---

> Distributed Tracing tracks the progression of a single Request, called a Trace, as it is handled by Services that make up an Application. A Distributed Trace transverses process, network and security boundaries. [glossary][glossary]
> Distributed Tracing tracks the progression of a single Request, called a Trace, as it is handled by Services that make up an Application. A Distributed Trace transverses process, network and security boundaries. [Glossary][]
This requires _context propagation_, a mechanism where identifiers for a trace are sent to remote processes.

Expand All @@ -24,6 +24,6 @@ Propagators other than `tracecontext` and `baggage` must be added as gem depende
gem 'opentelemetry-propagator-b3'
```

[glossary]: https://opentelemetry.io/docs/concepts/glossary/
[glossary]: /docs/concepts/glossary/
[propagators]: https://github.com/open-telemetry/opentelemetry-ruby/tree/main/propagator
[auto-instrumentation]: https://github.com/open-telemetry/opentelemetry-ruby/tree/main/instrumentation

0 comments on commit 6cba354

Please sign in to comment.