Skip to content

Conversation

@fedosiq
Copy link
Contributor

@fedosiq fedosiq commented Nov 27, 2025

Resolves #142

let attributes = map_props_to_kvs(properties);
let attributes = properties
.into_iter()
.filter(|(k, _)| !OTEL_PROPERTIES.contains(k.as_ref()))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe move the filter into map_props_to_kvs?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in #145

@andylokandy andylokandy merged commit 287b7aa into fast:main Nov 28, 2025
11 checks passed
@andylokandy
Copy link
Collaborator

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Special span properties leak into opentelemetry span tags

2 participants