-
Notifications
You must be signed in to change notification settings - Fork 793
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
improvement: monitoring and tests #3833
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3833 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 155 157 +2
Lines 12963 13014 +51
=====================================
- Misses 12963 13014 +51
|
d218eb9
to
eb5cc91
Compare
b0aeae4
to
bccf11e
Compare
b7014c3
to
a4c90e5
Compare
@bojiang PTAL. |
Signed-off-by: Aaron <[email protected]>
feat: update monitoring tests and slight refactor of MONITOR_REGISTRY implementation fix: hidden bug in loading log file on Windows fix: early fail OTLP and show exception in server logs Signed-off-by: Aaron <[email protected]>
084ba68
to
a2c2282
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't see the value of __init_subclass__
refactoring.
Normal classes and inheritance should be enough, and we might not need the extra functionality provided by init_subclass. It make it harder to trace.
Signed-off-by: Aaron [email protected]