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(rpc): Add confidence to the table response #81339

Merged
merged 3 commits into from
Nov 29, 2024

Conversation

wmak
Copy link
Member

@wmak wmak commented Nov 26, 2024

  • This updates the events/ endpoint to return a new top-level key called confidence which will be a list of dictionaries with each key being the aggregat, and the value being high or low depending on the calculated confidence

- This updates the events/ endpoint to return a new top-level key called
  `confidence` which will be a list of dictionaries with each key being
  the aggregat, and the value being `high` or `low` depending on the
  calculated confidence
@wmak wmak requested review from a team as code owners November 26, 2024 21:01
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Nov 26, 2024
Copy link

codecov bot commented Nov 26, 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   #81339      +/-   ##
==========================================
+ Coverage   80.37%   80.39%   +0.02%     
==========================================
  Files        7226     7216      -10     
  Lines      319469   318970     -499     
  Branches    20762    20664      -98     
==========================================
- Hits       256775   256449     -326     
+ Misses      62304    62128     -176     
- Partials      390      393       +3     

@wmak wmak merged commit 7c7f9db into master Nov 29, 2024
50 checks passed
@wmak wmak deleted the wmak/feat/add-confidence-to-table-response branch November 29, 2024 18:14
andrewshie-sentry pushed a commit that referenced this pull request Dec 2, 2024
- This updates the events/ endpoint to return a new top-level key called
`confidence` which will be a list of dictionaries with each key being
the aggregat, and the value being `high` or `low` depending on the
calculated confidence
@github-actions github-actions bot locked and limited conversation to collaborators Dec 15, 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.

2 participants