Skip to content

Commit f5fc44c

Browse files
committed
update documentation
1 parent 53610d2 commit f5fc44c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

baggage-processor/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ Do not put sensitive information in Baggage.
2020
If you are using the OpenTelemetry SDK auto-configuration, you can add the span and log baggage
2121
processors through configuration.
2222

23-
| Property | Description |
24-
|--------------------------------------------------------------------|---------------------------------------------------------------------------------------------------|
25-
| `otel.java.experimental.span-attributes.copy-from-baggage.include` | Add baggage entries as span attributes, e.g. `key1,key2` or `*` to add all baggage items as keys. |
26-
| `otel.java.experimental.log-attributes.copy-from-baggage.include` | Add baggage entries as log attributes, e.g. `key1,key2` or `*` to add all baggage items as keys. |
23+
| Property | Description |
24+
|--------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
25+
| `otel.java.experimental.span-attributes.copy-from-baggage.include` | Add baggage entries as span attributes, e.g. `key1,key*`, [wildcard pattern matching](https://github.com/open-telemetry/opentelemetry-configuration/blob/main/CONTRIBUTING.md#properties-requiring-pattern-matching) is supported. |
26+
| `otel.java.experimental.log-attributes.copy-from-baggage.include` | Add baggage entries as log attributes, e.g. `key1,key*`, [wildcard pattern matching](https://github.com/open-telemetry/opentelemetry-configuration/blob/main/CONTRIBUTING.md#properties-requiring-pattern-matching) is supported. |
2727

2828
### Usage with declarative configuration
2929

0 commit comments

Comments
 (0)