Class MongoPluginConfig.Plugin.MongoDB

java.lang.Object
org.apache.skywalking.apm.plugin.mongodb.v3.MongoPluginConfig.Plugin.MongoDB
Enclosing class:
MongoPluginConfig.Plugin

public static class MongoPluginConfig.Plugin.MongoDB extends Object
  • Field Details

    • TRACE_PARAM

      public static boolean TRACE_PARAM
      If 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_LIMIT
      For the sake of performance, SkyWalking won't save the entire parameters string into the tag, but only the first FILTER_LENGTH_LIMIT characters.

      Set a negative number to save the complete parameter string to the tag.

  • Constructor Details

    • MongoDB

      public MongoDB()