Skip to content

Commit 5b26f94

Browse files
authored
Cross link to baggage (#21)
* Cross link to baggage * Update README.md * Update README.md
1 parent 891ef53 commit 5b26f94

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ This is a collection of Swift libraries enabling the instrumentation of server s
66

77
While Swift Distributed Tracing allows building all kinds of _instruments_, which can co-exist in applications transparently, its primary use is instrumenting multi-threaded and distributed systems with Distributed Traces.
88

9+
10+
---
11+
12+
This project uses the context progagation types defined independently in:
13+
14+
- 🧳 [swift-distributed-tracing-baggage](https://github.com/apple/swift-distributed-tracing-baggage) -- `LoggingContext` (Swift Log dependency)
15+
- 🧳 [swift-distributed-tracing-baggage-core](https://github.com/apple/swift-distributed-tracing-baggage-core) -- defining `Baggage` (zero dependencies)
16+
917
---
1018

1119
### Important note on Adoption

0 commit comments

Comments
 (0)