Skip to content

Commit cfe2a91

Browse files
Update examples/baggage/README.md
Co-authored-by: Jonas Kunz <[email protected]>
1 parent 042fae9 commit cfe2a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/baggage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ backend request for customer ID = 12345
5252
```
5353

5454
All the spans and logs captured within the scope of the baggage will have the following attributes:
55-
- `example.customer.id` with value `my-awesome-customer-12345`
55+
- `example.customer.name` with value `my-awesome-customer-12345`
5656
- `example.customer.id` with value `12345`
5757

5858
As a result, it is now possible to use those custom attributes to filter data and create

0 commit comments

Comments
 (0)