public static class JedisPluginConfig.Plugin.Jedis extends Object
| Modifier and Type | Field and Description |
|---|---|
static Set<String> |
OPERATION_MAPPING_READ
Operation represent a cache span is "write" or "read" action , and "op"(operation) is tagged with key "cache.op" usually
This config term define which command should be converted to write Operation .
|
static Set<String> |
OPERATION_MAPPING_WRITE
Operation represent a cache span is "write" or "read" action , and "op"(operation) is tagged with key "cache.op" usually
This config term define which command should be converted to write Operation .
|
static int |
REDIS_PARAMETER_MAX_LENGTH
For the sake of performance, SkyWalking won't save Redis parameter string into the tag.
|
static boolean |
TRACE_REDIS_PARAMETERS
If set to true, the parameters of the Redis command would be collected.
|
| Constructor and Description |
|---|
Jedis() |
public static boolean TRACE_REDIS_PARAMETERS
public static int REDIS_PARAMETER_MAX_LENGTH
REDIS_PARAMETER_MAX_LENGTH parameter
characters would be collected.
Set a negative number to save specified length of parameter string to the tag.
public static Set<String> OPERATION_MAPPING_WRITE
Copyright © 2022 The Apache Software Foundation. All rights reserved.