Skip to content

Conversation

@k-fish
Copy link
Member

@k-fish k-fish commented Jul 14, 2021

Summary

Having looked at some performance profiles, sdk-updates seems to be heavily affected by the number of passed projects. This will add a tag to the transaction so that it will show up in suspect tags and can be analyzed using the tag page.

Having looked at some performance profiles, sdk-updates seems to be heavily affected by the number of passed projects. This will add a tag to the transaction so that it will show up in suspect tags and can be analyzed using the tag page.
@k-fish k-fish requested a review from a team July 14, 2021 14:39
project_ids = self.get_requested_project_ids(request)
projects = self.get_projects(request, organization, project_ids)

len_projects = len(project_ids)
Copy link
Member

Choose a reason for hiding this comment

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

can we add the ungrouped tag here too?

Copy link
Member Author

Choose a reason for hiding this comment

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

I actually was intentionally limiting the number of tags, I don't usually use ungrouped. Do you think it'd be helpful?

Copy link
Member

Choose a reason for hiding this comment

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

Yeah ungrouped has been helpful in debugging before, one more tag shouldn't be a huge deal and imo better to have it and not use it than want it and not have it 🤷

Copy link
Member Author

Choose a reason for hiding this comment

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

yeah np np

@k-fish k-fish merged commit 08da8bd into master Jul 15, 2021
@k-fish k-fish deleted the ref/perf-sdk-update-add-num-projects-tags branch July 15, 2021 16:40
@github-actions github-actions bot locked and limited conversation to collaborators Jul 31, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants