Link to official tracing-baggage-core repo 📖
This commit is contained in:
parent
24e244b4ae
commit
3cffbfee71
|
@ -5,6 +5,8 @@
|
||||||
[](https://swift.org/download/)
|
[](https://swift.org/download/)
|
||||||
[](https://github.com/slashmo/gsoc-swift-baggage-context/actions?query=workflow%3ACI)
|
[](https://github.com/slashmo/gsoc-swift-baggage-context/actions?query=workflow%3ACI)
|
||||||
|
|
||||||
|
### 🚌 This repo was moved to [`apple/swift-distributed-tracing-baggage-core`](https://github.com/apple/swift-distributed-tracing-baggage-core)
|
||||||
|
|
||||||
`BaggageContext` is a minimal (zero-dependency) "context" library meant to "carry" baggage (metadata) for cross-cutting
|
`BaggageContext` is a minimal (zero-dependency) "context" library meant to "carry" baggage (metadata) for cross-cutting
|
||||||
tools such as tracers. It is purposefully not tied to any specific use-case (in the spirit of the
|
tools such as tracers. It is purposefully not tied to any specific use-case (in the spirit of the
|
||||||
[Tracing Plane paper](https://cs.brown.edu/~jcmace/papers/mace18universal.pdf)'s BaggageContext). However, it should
|
[Tracing Plane paper](https://cs.brown.edu/~jcmace/papers/mace18universal.pdf)'s BaggageContext). However, it should
|
||||||
|
|
Loading…
Reference in New Issue