com.mongodb.client.internal.MongoClientDelegate instance, and intercept
com.mongodb.client.internal.MongoClientDelegate#getOperationExecutor(), this is the only way to
get OperationExecutor which is unified entrance of execute mongo command.com.mongodb.Mongo instance, and intercept com.mongodb.Mongo#execute(...) method,
this method is a unified entrance of execute mongo command.com.mongodb.Mongo#execute(ReadOperation, ReadPreference) or
com.mongodb.Mongo#execute(WriteOperation).com.mongodb.client.internal.OperationExecutor which is unified entrance of execute mongo command.MongoDBOperationExecutorInstrumentationCopyright © 2019 The Apache Software Foundation. All rights reserved.