@Singleton @Requires(beans=brave.Tracing.class) @Internal public final class BraveTracingInvocationInstrumenter extends java.lang.Object implements io.micronaut.scheduling.instrument.ReactiveInvocationInstrumenterFactory, TracingInvocationInstrumenterFactory
Constructor and Description |
---|
BraveTracingInvocationInstrumenter(io.micronaut.context.BeanProvider<brave.Tracing> tracing)
Create a tracing invocation instrumenter.
|
Modifier and Type | Method and Description |
---|---|
io.micronaut.scheduling.instrument.InvocationInstrumenter |
newReactiveInvocationInstrumenter() |
io.micronaut.scheduling.instrument.InvocationInstrumenter |
newTracingInvocationInstrumenter()
An optional instrumentation.
|
public BraveTracingInvocationInstrumenter(io.micronaut.context.BeanProvider<brave.Tracing> tracing)
tracing
- invocation tracerpublic io.micronaut.scheduling.instrument.InvocationInstrumenter newReactiveInvocationInstrumenter()
newReactiveInvocationInstrumenter
in interface io.micronaut.scheduling.instrument.ReactiveInvocationInstrumenterFactory
public io.micronaut.scheduling.instrument.InvocationInstrumenter newTracingInvocationInstrumenter()
TracingInvocationInstrumenterFactory
newTracingInvocationInstrumenter
in interface TracingInvocationInstrumenterFactory