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(metrics): Extract transaction user [INGEST-804] [INGEST-544] #1164

Merged
merged 7 commits into from
Jan 12, 2022

Conversation

jjbayer
Copy link
Member

@jjbayer jjbayer commented Jan 11, 2022

Extract user.id as unique transaction user.

@jjbayer jjbayer requested review from a team January 11, 2022 13:44
assert_eq!(metrics[1].tags["measurement_rating"], "meh");

for metric in metrics {
for metric in &metrics[0..6] {
assert!(matches!(metric.value, MetricValue::Distribution(_)));
Copy link
Member

@untitaker untitaker Jan 11, 2022

Choose a reason for hiding this comment

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

i would keep all the tag-assertions for all metrics except for this one

Copy link
Member Author

Choose a reason for hiding this comment

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

That makes sense.

jjbayer added a commit to getsentry/sentry that referenced this pull request Jan 12, 2022
@jjbayer jjbayer merged commit b9ebf49 into master Jan 12, 2022
@jjbayer jjbayer deleted the feat/metrics-extract-transaction-user branch January 12, 2022 12:51
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.

None yet

2 participants