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

feat(spans): Tag duration by group for all ops supporting description scrubbing #3370

Merged
merged 7 commits into from
Apr 5, 2024

Conversation

phacops
Copy link
Contributor

@phacops phacops commented Apr 3, 2024

In order to make comparison between spans of the same group, we need to start tagging the duration metric by group as well. That way, we'll be able to indicate, for a given op + description, if the span was faster or slower.

image

This will increase cardinality for this metric, putting it on part with what we have for exclusive time.

@phacops phacops requested a review from a team as a code owner April 3, 2024 19:55
@phacops phacops self-assigned this Apr 3, 2024
@phacops phacops requested review from Zylphrex and jjbayer April 4, 2024 14:49
@phacops phacops requested a review from Zylphrex April 4, 2024 15:39
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.

Let's keep an eye on cardinality limits and bucket rate limits when we deploy this.

@phacops phacops merged commit 3c8b02e into master Apr 5, 2024
20 checks passed
@phacops phacops deleted the pierre/spans-add-group-to-duration-metric branch April 5, 2024 15:46
# 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