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

fix(hybridcloud) Add logging for bad RPC requests #66357

Merged
merged 1 commit into from Mar 6, 2024
Merged

Conversation

markstory
Copy link
Member

Add logging when we have a bad request from an RPC method. We don't often get sentry errors from these failures, and not being able to see the response of these operations makes debugging harder.

Add logging when we have a bad request from an RPC method. We don't
often get sentry errors from these failures, and not being able to see
the response of these operations makes debugging harder.
@markstory markstory requested a review from a team March 5, 2024 21:09
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Mar 5, 2024
Copy link

codecov bot commented Mar 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.28%. Comparing base (66bb6f2) to head (7f24e86).
Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #66357      +/-   ##
==========================================
- Coverage   84.29%   84.28%   -0.02%     
==========================================
  Files        5309     5309              
  Lines      237211   237212       +1     
  Branches    41037    41037              
==========================================
- Hits       199965   199938      -27     
- Misses      37027    37055      +28     
  Partials      219      219              
Files Coverage Δ
src/sentry/services/hybrid_cloud/rpc.py 92.98% <100.00%> (+0.02%) ⬆️

... and 10 files with indirect coverage changes

@markstory markstory merged commit 563c99f into master Mar 6, 2024
50 checks passed
@markstory markstory deleted the fix-rpc-logging branch March 6, 2024 14:35
aliu3ntry pushed a commit that referenced this pull request Mar 6, 2024
Add logging when we have a bad request from an RPC method. We don't
often get sentry errors from these failures, and not being able to see
the response of these operations makes debugging harder.
@github-actions github-actions bot locked and limited conversation to collaborators Mar 22, 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.

None yet

2 participants