Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Rename img files with otep prefix #82

Merged
merged 2 commits into from
Feb 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions text/0066-separate-context-propagation.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* [Internal details](#Internal-details)
* [FAQ](#faq)

![drawing](img/context_propagation_overview.png)
![drawing](img/0066_context_propagation_overview.png)

A proposal to refactor OpenTelemetry into a set of separate cross-cutting concerns which
operate on a shared context propagation mechanism.
Expand Down Expand Up @@ -516,7 +516,7 @@ otherContext = ExtractWithContext(Context::GetCurrent(), headers)

# Internal details

![drawing](img/context_propagation_details.png)
![drawing](img/0066_context_propagation_details.png)

## Example Package Layout
```
Expand Down