Sha256: eec3632b37dbe287efb53543ad64d784cdc36d77047fd901c8b5acb818b49465
Contents?: true
Size: 664 Bytes
Versions: 7
Compression:
Stored size: 664 Bytes
Contents
module Datadog module Tracing module Contrib module Resque # Resque integration constants # @public_api Changing resource names, tag names, or environment variables creates breaking changes. module Ext ENV_ENABLED = 'DD_TRACE_RESQUE_ENABLED'.freeze ENV_ANALYTICS_ENABLED = 'DD_TRACE_RESQUE_ANALYTICS_ENABLED'.freeze ENV_ANALYTICS_SAMPLE_RATE = 'DD_TRACE_RESQUE_ANALYTICS_SAMPLE_RATE'.freeze SERVICE_NAME = 'resque'.freeze SPAN_JOB = 'resque.job'.freeze TAG_COMPONENT = 'resque'.freeze TAG_OPERATION_JOB = 'job'.freeze end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems