fix(ratelimiter): log metrics server failure instead of swallowing it - #541
fix(ratelimiter): log metrics server failure instead of swallowing it#541mesutoezdil wants to merge 17 commits into
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThe rate-limiter metrics HTTP listener now logs errors returned by ChangesRate-limiter metrics
Estimated code review effort: 1 (Trivial) | ~2 minutes Mergeability Score: ⚪ Minimal · up to This localized change makes metrics server failures visible at error level without changing service behavior; no actionable merge-blocking risk remains beyond normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
ba46b85 to
bc0347c
Compare
Signed-off-by: mesutoezdil <mesudozdil@gmail.com>
bc0347c to
4bccf44
Compare
|
Note GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer. |
|
Note GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer. |
setupMetricsswallowed theListenAndServeerror in an empty branch, so afailed Prometheus bind left the service running with no metrics and no log
line. Now logs at error level, matching
setupPprofandsetupOlricStats.Issues
Closes #540
Summary by CodeRabbit