We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042fae9 commit cfe2a91Copy full SHA for cfe2a91
examples/baggage/README.md
@@ -52,7 +52,7 @@ backend request for customer ID = 12345
52
```
53
54
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`
+- `example.customer.name` with value `my-awesome-customer-12345`
56
- `example.customer.id` with value `12345`
57
58
As a result, it is now possible to use those custom attributes to filter data and create
0 commit comments