Skip to content

Commit 1399b38

Browse files
feat(appender-tracing): add with_span_attribute_filter to experimental_span_attributes (#3387)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
1 parent 69ab1c4 commit 1399b38

File tree

2 files changed

+294
-44
lines changed

2 files changed

+294
-44
lines changed

opentelemetry-appender-tracing/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
## vNext
44

5-
- New *experimental* feature to enrich log records with attributes from active tracing spans (`experimental_span_attributes`)
5+
- New *experimental* feature to enrich log records with attributes from active
6+
tracing spans (`experimental_span_attributes`). Use
7+
`OpenTelemetryTracingBridge::builder()` with `with_span_attribute_allowlist`
8+
to control which span attributes are copied to log records.
69

710
- Remove the `experimental_use_tracing_span_context` since
811
`tracing-opentelemetry` now supports [activating][31901] the OpenTelemetry

0 commit comments

Comments
 (0)