-
Notifications
You must be signed in to change notification settings - Fork 312
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: Add prometheus metrics. #540
Conversation
bgrozev
commented
Feb 28, 2024
- ref: Move stats config to a separate file.
- ref: Add an abstraction layer in front of statsd.
- ref: Move statsd code under metrics, make private.
- Add a prometheus interface at /metrics.
- feat: Add "healthy" and "recording" metrics.
- ref: Rename a function for clarity.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #540 +/- ##
============================================
- Coverage 47.98% 46.34% -1.64%
- Complexity 174 175 +1
============================================
Files 73 75 +2
Lines 2130 2218 +88
Branches 205 198 -7
============================================
+ Hits 1022 1028 +6
- Misses 1040 1121 +81
- Partials 68 69 +1
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|