Skip to content
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 prefix monitor #3621

Merged
merged 14 commits into from
Nov 22, 2023

Conversation

hamidonos
Copy link
Contributor

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

@hamidonos hamidonos requested a review from jimmarino as a code owner November 16, 2023 10:00
@hamidonos hamidonos added enhancement New feature or request feature_request New feature request, awaiting triage and removed feature_request New feature request, awaiting triage labels Nov 16, 2023
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-commenter
Copy link

Codecov Report

Attention: 22 lines in your changes are missing coverage. Please review.

Comparison is base (dd99058) 71.77% compared to head (d8a378a) 17.27%.

❗ Current head d8a378a differs from pull request most recent head e38cd16. Consider uploading reports for the commit e38cd16 to get more accurate results

Files Patch % Lines
...ava/org/eclipse/edc/spi/monitor/PrefixMonitor.java 0.00% 21 Missing ⚠️
...main/java/org/eclipse/edc/spi/monitor/Monitor.java 0.00% 1 Missing ⚠️

❗ 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.
📢 Have feedback on the report? Share it here.

@ndr-brt ndr-brt self-requested a review November 16, 2023 11:09
@jimmarino
Copy link
Contributor

Please resolve the outstanding comments and dependency review. Thx.

@jimmarino jimmarino merged commit c4060d3 into eclipse-edc:main Nov 22, 2023
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

monitor type builder
4 participants