Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(spans): Disable resource link span indestion #2647

Merged
merged 3 commits into from
Oct 23, 2023

Conversation

phacops
Copy link
Contributor

@phacops phacops commented Oct 23, 2023

resource.link spans are collected when a resource (script, css or img) is preloaded which means they will likely appear as its own resource.(img|css|script) span soon after, producing 2 spans of the same data which might not be useful.

As we're chasing cardinality, we'll disable ingesting those spans until we have a better handle on cardinality and we feel they add value to the product.

@phacops phacops requested a review from a team October 23, 2023 15:34
Copy link
Member

@jjbayer jjbayer left a comment

Choose a reason for hiding this comment

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

Could you add a short motivation to the PR description please? Thanks!

@phacops phacops merged commit 7019063 into master Oct 23, 2023
20 checks passed
@phacops phacops deleted the pierre/spans-disable-resource-link-spans branch October 23, 2023 16:35
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants