Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Cijo Thomas <[email protected]>
  • Loading branch information
cartermp and cijothomas authored Jun 17, 2024
1 parent 9c2c6c3 commit 06623a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/concepts/signals/baggage.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ context. Baggage is a key-value store, which means it lets you [propagate](/docs
data you like alongside [context](/docs/concepts/context-propagation/#context).

Baggage means you can pass data across services and processes, making it
available to add to [trace](/docs/concepts/signals/traces/), [metrics](/docs/concepts/signals/metrics/), or [logs](/docs/concepts/signals/logs/) in those services.
available to add to [traces](/docs/concepts/signals/traces/), [metrics](/docs/concepts/signals/metrics/), or [logs](/docs/concepts/signals/logs/) in those services.

## Example

Expand Down Expand Up @@ -60,7 +60,7 @@ yours, so exercise caution when reading them.
## Baggage is not the same as attributes

An important thing to note about baggage is that it is a separate key-value
store and is unassociated with attributes on spans, metrics, or logs.
store and is unassociated with attributes on spans, metrics, or logs without explicitly adding them.

To add Baggage entries to attributes, you need to explicitly read that data and
add it. For example, in .NET you might do this:
Expand Down

0 comments on commit 06623a0

Please sign in to comment.