public static class MongoPluginConfig.Plugin.MongoDB extends Object
| Modifier and Type | Field and Description |
|---|---|
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. |
static boolean |
TRACE_PARAM
If true, trace all the parameters in MongoDB access, default is false.
|
| Constructor and Description |
|---|
MongoDB() |
public static boolean TRACE_PARAM
public static int FILTER_LENGTH_LIMIT
FILTER_LENGTH_LIMIT characters.
Set a negative number to save the complete parameter string to the tag.
Copyright © 2023 The Apache Software Foundation. All rights reserved.