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

fix(profiling): Generate a new profile ID when splitting a profile for multiple transactions #1473

Merged
merged 4 commits into from
Sep 19, 2022

Conversation

phacops
Copy link
Contributor

@phacops phacops commented Sep 14, 2022

I realized we were splitting profiles for every transaction associated with it, which is what we want, but we were duplicating the profile_id which would result in issues down the line (we store the profile under its ID in GCS, we store metadata for each profile-transaction pair with profile_id in the primary key).

@phacops phacops requested a review from a team as a code owner September 14, 2022 19:45
@phacops phacops requested a review from a team September 14, 2022 19:48
Copy link
Member

@Zylphrex Zylphrex left a comment

Choose a reason for hiding this comment

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

LGTM

@phacops phacops changed the title fix(profiling): Generate a new profile ID when splitting for multiple… fix(profiling): Generate a new profile ID when splitting a profile for multiple transactions Sep 19, 2022
@phacops phacops enabled auto-merge (squash) September 19, 2022 11:34
@phacops phacops merged commit aa3d8ca into master Sep 19, 2022
@phacops phacops deleted the pierre/profiling-generate-new-profile-id branch September 19, 2022 12:00
# 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