File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ The following `ThreadLocal`-based contexts are currently supported
2222out 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
You can’t perform that action at this time.
0 commit comments