Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ls-trace / ext / redis.py
Size: Mime:
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'