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

Close #441 - Add MdcAdapter for Cats Effect 3 to properly share context through MDC with IO and IOLocal from Cats Effect 3 #467

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kevin-lee
Copy link
Owner

Summary

Close #441 - Add MdcAdapter for Cats Effect 3 to properly share context through MDC with IO and IOLocal from Cats Effect 3

@kevin-lee kevin-lee added this to the v2-m2 milestone Jul 29, 2023
@kevin-lee kevin-lee self-assigned this Jul 29, 2023
@github-actions github-actions bot added the pr label Jul 29, 2023
@kevin-lee kevin-lee modified the milestones: v2-m2, v2-m3 Jul 29, 2023
@codecov
Copy link

codecov bot commented Jul 29, 2023

Codecov Report

Attention: Patch coverage is 96.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 97.43%. Comparing base (a0f7da9) to head (441e7b4).

Files with missing lines Patch % Lines
...n/scala/loggerf/logger/logback/Ce3MdcAdapter.scala 95.83% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #467      +/-   ##
==========================================
- Coverage   97.66%   97.43%   -0.23%     
==========================================
  Files          15       16       +1     
  Lines         171      195      +24     
  Branches        9        9              
==========================================
+ Hits          167      190      +23     
- Misses          4        5       +1     
Files with missing lines Coverage Δ
...cala/loggerf/logger/logback/Monix3MdcAdapter.scala 88.00% <100.00%> (ø)
...n/scala/loggerf/logger/logback/Ce3MdcAdapter.scala 95.83% <95.83%> (ø)

@kevin-lee kevin-lee force-pushed the task/441/mdc-support-for-ce3 branch 6 times, most recently from 2c886b8 to 7fb6b39 Compare July 30, 2023 11:31
@kevin-lee kevin-lee force-pushed the task/441/mdc-support-for-ce3 branch 3 times, most recently from cf1a591 to 65c4002 Compare September 11, 2023 14:52
@kevin-lee kevin-lee force-pushed the task/441/mdc-support-for-ce3 branch from 65c4002 to 8468d4f Compare September 23, 2023 09:21
@kevin-lee kevin-lee force-pushed the task/441/mdc-support-for-ce3 branch from 8468d4f to bf201cd Compare October 1, 2023 14:07
@kevin-lee kevin-lee marked this pull request as draft October 24, 2023 14:07
@kevin-lee kevin-lee force-pushed the task/441/mdc-support-for-ce3 branch from bf201cd to c5d29cd Compare November 8, 2023 12:39
@kevin-lee kevin-lee force-pushed the task/441/mdc-support-for-ce3 branch 2 times, most recently from 84d4667 to 1eec151 Compare November 29, 2023 10:56
@kevin-lee kevin-lee force-pushed the task/441/mdc-support-for-ce3 branch 2 times, most recently from dae7d30 to 77cd6ff Compare December 5, 2023 09:59
@kevin-lee kevin-lee force-pushed the task/441/mdc-support-for-ce3 branch from 77cd6ff to 224a48e Compare January 29, 2024 10:42
@kevin-lee kevin-lee force-pushed the task/441/mdc-support-for-ce3 branch 2 times, most recently from abbaa38 to 826233b Compare December 1, 2024 14:24
@kevin-lee kevin-lee force-pushed the task/441/mdc-support-for-ce3 branch from 826233b to 52c15b8 Compare December 8, 2024 07:20
@kevin-lee kevin-lee force-pushed the task/441/mdc-support-for-ce3 branch 3 times, most recently from cc7749f to 980bc84 Compare January 2, 2025 10:32
…xt through MDC with IO and IOLocal from Cats Effect 3
@kevin-lee kevin-lee force-pushed the task/441/mdc-support-for-ce3 branch from 980bc84 to db33f5a Compare January 2, 2025 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add MdcAdapter for Cats Effect 3 to properly share context through MDC with IO and IOLocal from Cats Effect 3
1 participant