Skip to content

Conversation

@armenzg
Copy link
Member

@armenzg armenzg commented Dec 2, 2024

In #81385, we whitelisted a list of platforms that would be prevented from sending seer more than 30 system contributing frames.

Changing it to a blacklist allows adding new platforms without requiring them to opt into the new behaviour.

Over time, we should move more platforms from the blacklist to the whitelist.

In #81385, we whitelisted a list of platforms that would be prevented from sending seer more than 30 system contributing frames.

Changing it to a blacklist allows adding new platforms without requirying to opt them in to the new behaviour.

Over time, we should move more platforms from the blacklist to the whitelist.
@armenzg armenzg self-assigned this Dec 2, 2024
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Dec 2, 2024
# An original set of platforms were backfilled allowing more than 30 system contributing frames
# being set to seer. Unfortunately, this can cause over grouping. We will need to reduce
# these set of platforms but for now we will blacklist them.
SYSTEM_FRAME_CHECK_BLACKLIST_PLATFORMS = frozenset(
Copy link
Member Author

Choose a reason for hiding this comment

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

This is the original list before I started adding Java platforms.

@armenzg armenzg requested a review from jangjodi December 2, 2024 18:23
@armenzg armenzg marked this pull request as ready for review December 2, 2024 18:23
@armenzg armenzg requested a review from a team as a code owner December 2, 2024 18:23
@codecov
Copy link

codecov bot commented Dec 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #81520      +/-   ##
==========================================
+ Coverage   80.43%   80.47%   +0.03%     
==========================================
  Files        7241     7237       -4     
  Lines      321569   321261     -308     
  Branches    20829    20770      -59     
==========================================
- Hits       258656   258536     -120     
+ Misses      62521    62323     -198     
- Partials      392      402      +10     

@armenzg armenzg enabled auto-merge (squash) December 3, 2024 13:36
@armenzg armenzg merged commit 8439ce6 into master Dec 3, 2024
50 checks passed
@armenzg armenzg deleted the change_to_exclude/grouping/armenzg branch December 3, 2024 14:00
@github-actions github-actions bot locked and limited conversation to collaborators Dec 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants