Commit 4215fc62 authored by lytscu's avatar lytscu
Browse files

comments

parent 96633124
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -37,8 +37,11 @@ import org.skywalking.apm.agent.core.plugin.interceptor.enhance.MethodInterceptR
import org.skywalking.apm.network.trace.component.ComponentsDefine;

/**
 * {@link MongoDBCollectionMethodInterceptor} intercept {@link com.mongodb.DBCollectionImpl}{@link com.mongodb.DBCollection}class,
 * create the exit span when the client call the interceptor methods.
 * {@link MongoDBCollectionMethodInterceptor}create the exit span when the client call the interceptor methods.
 * <p>
 * {@link MongoDBCollectionMethodInterceptor} intercept  constructor of {@link com.mongodb.DBCollection}or {@link com.mongodb.DBCollectionImpl} for
 * record the ServerAddress.
 *
 */

public class MongoDBCollectionMethodInterceptor implements InstanceMethodsAroundInterceptor, InstanceConstructorInterceptor {
+1 −1

File changed.

Contains only whitespace changes.