Skip to content

Conversation

@tobias-wilfert
Copy link
Member

No description provided.

@tobias-wilfert tobias-wilfert changed the title feat(processor): Fast path rate limiting for trace attachments WIP: feat(processor): Fast path rate limiting for trace attachments Dec 11, 2025
@tobias-wilfert tobias-wilfert self-assigned this Dec 11, 2025
Comment on lines +869 to +871
if !summary.attachment_quantities.span.is_empty() {
// If there are span limits they should also apply to the span attachments.
if enforcement.spans.is_active() || enforcement.spans_indexed.is_active() {
Copy link
Member Author

Choose a reason for hiding this comment

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

Really fun logic issue, the is_active here does not correctly work with the transaction limits if there are no spans since it just checks quantity > 0 :)

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.

2 participants