Class MongoPluginConfig.Plugin.MongoDB
java.lang.Object
org.apache.skywalking.apm.plugin.mongodb.v3.MongoPluginConfig.Plugin.MongoDB
- Enclosing class:
- MongoPluginConfig.Plugin
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic intFor the sake of performance, SkyWalking won't save the entire parameters string into the tag, but only the firstFILTER_LENGTH_LIMITcharacters.static booleanIf true, trace all the parameters in MongoDB access, default is false. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TRACE_PARAM
public static boolean TRACE_PARAMIf true, trace all the parameters in MongoDB access, default is false. Only trace the operation, not include parameters. -
FILTER_LENGTH_LIMIT
public static int FILTER_LENGTH_LIMITFor the sake of performance, SkyWalking won't save the entire parameters string into the tag, but only the firstFILTER_LENGTH_LIMITcharacters.Set a negative number to save the complete parameter string to the tag.
-
-
Constructor Details
-
MongoDB
public MongoDB()
-