Skip to content

Commit

Permalink
[docs] linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
adrielp committed Sep 20, 2024
1 parent e8be78f commit 85a0e20
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions text/0258-env-context-baggage-carriers.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ processes.
## Table of Contents

* [Motivation](#motivation)
* [Explanation](#explanation)
* [Internal Details](#internal-details)
* [UNIX](#unix)
* [Windows](#windows)
* [Design](#design)
* [Example Context](#example-context)
* [Distributed Tracing in OpenTofu Prototype Example](#distributed-tracing-in-opentofu-prototype-example)
* [Core Specification Changes](#core-specification-changes)
* [UNIX](#unix-limitations)
* [Windows](#windows-limitations)
* [Allowed Characters](#allowed-characters)
* [Trade-offs and Mitigations](#trade-offs-and-mitigations)
* [Case-sensitivity](#case-sensitivity)
Expand All @@ -36,7 +38,7 @@ communicate across bounds by leveraging HTTP communications such as:
* Batch
* CI/CD systems

Adding abritrary Text Map Propagation through environment variable carries into
Adding arbitrary Text Map Propagation through environment variable carries into
the OpenTelemetry Specification will enable distributed tracing within the
above listed systems.

Expand Down Expand Up @@ -161,9 +163,7 @@ Defining the specification for Environment Variables as carriers for context
will enable SDK's and other tools to implement getters and settings of context
in a standard, observable way. Therefore, current OpenTelemetry language
maintainers will need to develop language specific implementations that adhere
to the specification.

**IMPORTANT**
to the specification.

Two implementations already exist within OpenTelemetry for environment
variables through the TextMap Propagator:
Expand Down

0 comments on commit 85a0e20

Please sign in to comment.