Skip to content

Commit 36f5e8c

Browse files
committed
Link to readme of MDC propagation module.
1 parent 28fe988 commit 36f5e8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The following `ThreadLocal`-based contexts are currently supported
2222
out of the box by this context-propagation library:
2323

2424
- [ServletRequest contexts][servletrequest propagation]
25+
- [Slf4J Mapped Diagnostic Context (MDC)][mdc propagation]
2526
- [OpenTracing Span contexts][opentracing span propagation]
2627
- _yours?_ Feel free to create an issue or pull-request
2728
if you believe there's a general context that was forgotten.
@@ -70,5 +71,6 @@ public class DummyContextManager implements ContextManager<String> {
7071
[maven]: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22nl.talsmasoftware.context%22%20AND%20a%3A%22context-propagation%22
7172

7273
[servletrequest propagation]: servletrequest-propagation
74+
[mdc propagation]: mdc-propagation
7375
[opentracing span propagation]: opentracing-span-propagation
7476
[default constructor]: https://en.wikipedia.org/wiki/Nullary_constructor

0 commit comments

Comments
 (0)