Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

feat(spans): Group function spans #3697

Merged
merged 3 commits into from
Jun 10, 2024
Merged

Conversation

phacops
Copy link
Contributor

@phacops phacops commented Jun 6, 2024

We don't calculate a group hash for function spans and this means the span summary shows one group only for this op. We'd like to show each function individually.

This will reduce cardinality in function names by removing UUIDs or hexadecimal strings equal or longer than 5 characters and calculate the group hash, enabling us to store span metrics for each function separately.

@phacops phacops requested a review from a team as a code owner June 6, 2024 15:44
@phacops phacops self-assigned this Jun 6, 2024
@phacops phacops requested a review from iker-barriocanal June 7, 2024 15:42
@phacops phacops enabled auto-merge (squash) June 7, 2024 20:44
@olksdr olksdr requested a review from a team June 10, 2024 08:19
@phacops phacops merged commit ea6cd48 into master Jun 10, 2024
22 checks passed
@phacops phacops deleted the pierre/spans-group-function-spans branch June 10, 2024 09:16
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