public interface SpanDecorator
| Modifier and Type | Field and Description |
|---|---|
static SpanDecorator |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
void |
commandFailed(com.mongodb.event.CommandFailedEvent event,
io.opentracing.Span span) |
void |
commandStarted(com.mongodb.event.CommandStartedEvent event,
io.opentracing.Span span) |
void |
commandSucceeded(com.mongodb.event.CommandSucceededEvent event,
io.opentracing.Span span) |
static final SpanDecorator DEFAULT
void commandStarted(com.mongodb.event.CommandStartedEvent event,
io.opentracing.Span span)
void commandSucceeded(com.mongodb.event.CommandSucceededEvent event,
io.opentracing.Span span)
void commandFailed(com.mongodb.event.CommandFailedEvent event,
io.opentracing.Span span)
Copyright © 2017-2019–2019. All rights reserved.