Sha256: aed1aa715cb69f293e63381d08636f7dcd2bd722050e08ff0ed58e61f0f8adab
Contents?: true
Size: 318 Bytes
Versions: 30
Compression:
Stored size: 318 Bytes
Contents
module Datadog module Ext module Redis # type of the spans TYPE = 'redis'.freeze # net extension DB = 'out.redis_db'.freeze # raw command RAW_COMMAND = 'redis.raw_command'.freeze # pipeline length PIPELINE_LEN = 'redis.pipeline_length'.freeze end end end
Version data entries
30 entries across 30 versions & 1 rubygems