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): Enable Redis span metrics ingestion #3283

Merged
merged 7 commits into from
Mar 19, 2024

Conversation

DominikB2014
Copy link
Contributor

@DominikB2014 DominikB2014 commented Mar 18, 2024

Work for getsentry/sentry#66875

Enables metrics for redis spans that will be used within the cache module. We will be adding any necessary tags in the future PRs once any SDK changes are in place.

This was previously disabled because we didn't use it, but now we are looking into redis for the caching module.
We're also wildcarding the key here, so this should be fairly low cardinality.

@DominikB2014 DominikB2014 requested a review from jjbayer March 18, 2024 20:25
@DominikB2014 DominikB2014 marked this pull request as ready for review March 18, 2024 20:39
@DominikB2014 DominikB2014 requested a review from a team as a code owner March 18, 2024 20:39
CHANGELOG.md Outdated Show resolved Hide resolved
@phacops phacops changed the title enable redis span metrics ingestion feat(spans): Enable redis span metrics ingestion Mar 18, 2024
@phacops phacops changed the title feat(spans): Enable redis span metrics ingestion feat(spans): Enable Redis span metrics ingestion Mar 18, 2024
@phacops phacops enabled auto-merge (squash) March 19, 2024 13:08
@phacops phacops merged commit 8814423 into master Mar 19, 2024
20 checks passed
@phacops phacops deleted the DominikB2014/enable-cache-ingestion branch March 19, 2024 13:30
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.

4 participants