Closed TimPansino closed 9 months ago
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ PYTHON | bandit | 1 | 0 | 4.93s | |
✅ PYTHON | black | 5 | 3 | 0 | 0.95s |
❌ PYTHON | flake8 | 5 | 10 | 0.45s | |
✅ PYTHON | isort | 5 | 4 | 0 | 0.18s |
✅ PYTHON | pylint | 5 | 0 | 4.16s |
See detailed report in MegaLinter reports
_Set VALIDATE_ALL_CODEBASE: true
in mega-linter.yml to validate all sources, not only the diff_
Attention: 4 lines
in your changes are missing coverage. Please review.
Comparison is base (
2b14392
) 81.21% compared to head (8fcc42f
) 81.19%.
Files | Patch % | Lines |
---|---|---|
newrelic/api/log.py | 86.66% | 3 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I'm thinking while we're in this part of the code we might as well remove the old deprecated NewRelicLogHandler-what do you think?
I think we should do a round up of removing deprecated code and do just one major version bump for a whole batch.
Overview
NewRelicLogForwardingHandler
API for use without automatic instrumentation.NewRelicLogForwardingHandler
.NewRelicLogForwardingHandler
will have the message contents treated as a attributes and processed, allowing flexibility.Related Github Issue
Related to #731