Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMace committed May 8, 2017
1 parent c635f87 commit 3560ffe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tracingplane/client/README.md
@@ -1,5 +1,7 @@
# TracingPlane - Baggage Client

Note: this Baggage implementation works, but is **not** the most up to date work on Baggage -- for that, see https://github.com/JonathanMace/tracingplane

The `tracingplane/client` project contains our reference implementation of Baggage. Baggage is a generic container of key-value pairs that is propagated alongside requests as they execute in a system.

Each request has its own baggage. When a request is running in a thread, its baggage resides in a thread local variable. At any point in time, key-value pairs can be added to the request's baggage, inspected, or removed.
Expand Down

0 comments on commit 3560ffe

Please sign in to comment.