feat: add prefix monitor#3621
Conversation
There was a problem hiding this comment.
We are always happy to welcome new contributors ❤️ To make things easier for everyone, please make sure to follow our contribution guidelines, check if you have already signed the ECA, and relate this pull request to an existing issue or discussion.
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #3621 +/- ##
===========================================
- Coverage 71.77% 17.27% -54.51%
===========================================
Files 909 910 +1
Lines 18104 18126 +22
Branches 1027 1027
===========================================
- Hits 12994 3131 -9863
- Misses 4666 14908 +10242
+ Partials 444 87 -357 ☔ View full report in Codecov by Sentry. |
|
Please resolve the outstanding comments and dependency review. Thx. |
What this PR changes/adds
This will add a new monitor implementation so that logs can be prefixed with a custom string.
Why it does that
Give logs more meaning by providing a context.
Further notes
Linked Issue(s)
Closes #3510