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): collect exclusive_time_light for cache spans #3466

Merged

Conversation

DominikB2014
Copy link
Contributor

@DominikB2014 DominikB2014 commented Apr 19, 2024

  1. Collect exclusive time light metrics for cache.* spans
  • We have cases where we don't need to filter by transaction in the UI and without the light metric, discover will not return any data. Discover always attemps to query for the light metric if the transaction field is not passed into it in the query.
  1. Fix some typo's, we were trying to extract cache_hit instead of cache.hit as defined here
    SpanTagKey::CacheHit => "cache.hit",

@DominikB2014 DominikB2014 marked this pull request as ready for review April 19, 2024 19:25
@DominikB2014 DominikB2014 requested a review from a team as a code owner April 19, 2024 19:25
@@ -1,5 +1,13 @@
# Changelog

## Unreleased
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@getsentry/ingest is there anything wrong with my changelog entry here?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, see below for my suggestion.

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@@ -1,5 +1,13 @@
# Changelog

## Unreleased
Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, see below for my suggestion.

Co-authored-by: Pierre Massat <[email protected]>
@DominikB2014 DominikB2014 enabled auto-merge (squash) April 22, 2024 14:22
@DominikB2014 DominikB2014 merged commit e9f70a0 into master Apr 22, 2024
20 checks passed
@DominikB2014 DominikB2014 deleted the DominikB2014/collect-exclusive-time-for-cache-spans branch April 22, 2024 14:53
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.

5 participants