- All Implemented Interfaces:
- io.micronaut.scheduling.instrument.InvocationInstrumenterFactory, io.micronaut.scheduling.instrument.ReactiveInvocationInstrumenterFactory
@Singleton
@Requires(classes=org.slf4j.MDC.class)
@Internal
public final class MdcInstrumenter
extends java.lang.Object
implements io.micronaut.scheduling.instrument.InvocationInstrumenterFactory, io.micronaut.scheduling.instrument.ReactiveInvocationInstrumenterFactory
A function that instruments invocations with the Mapped Diagnostic Context for Slf4j.
- Since:
- 1.1
- Author:
- graemerocher, LarsEckart