Interface TraceMongoSpanCustomizer

    • Method Detail

      • customizeCommandStartSpan

        void customizeCommandStartSpan​(com.mongodb.event.CommandStartedEvent commandStartedEvent,
                                       Span.Builder spanBuilder)
        Customizes the Span created from the CommandStartedEvent.
        Parameters:
        commandStartedEvent - event from Mongo
        spanBuilder - span builder to customize