Repository URL to install this package:
|
Version:
0.2.1 ▾
|
from . import SpanTypes
# defaults
APP = 'redis'
DEFAULT_SERVICE = 'redis'
# [TODO] Deprecated, remove when we remove AppTypes
# type of the spans
TYPE = SpanTypes.REDIS
# net extension
DB = 'out.redis_db'
# standard tags
RAWCMD = 'redis.raw_command'
CMD = 'redis.command'
ARGS_LEN = 'redis.args_length'
PIPELINE_LEN = 'redis.pipeline_length'
PIPELINE_AGE = 'redis.pipeline_age'