Sha256: 58fa2931c2b2c7fd33f07ee4b4b7f9f18eb22eb58278525bc91868f0b3da451e

Contents?: true

Size: 1.2 KB

Versions: 16

Compression:

Stored size: 1.2 KB

Contents

# typed: true

module Datadog
  module Tracing
    module Contrib
      module ActiveSupport
        # ActiveSupport integration constants
        # @public_api Changing resource names, tag names, or environment variables creates breaking changes.
        module Ext
          ENV_ENABLED = 'DD_TRACE_ACTIVE_SUPPORT_ENABLED'.freeze
          ENV_ANALYTICS_ENABLED = 'DD_TRACE_ACTIVE_SUPPORT_ANALYTICS_ENABLED'.freeze
          ENV_ANALYTICS_SAMPLE_RATE = 'DD_TRACE_ACTIVE_SUPPORT_ANALYTICS_SAMPLE_RATE'.freeze
          QUANTIZE_CACHE_MAX_KEY_SIZE = 300
          RESOURCE_CACHE_DELETE = 'DELETE'.freeze
          RESOURCE_CACHE_GET = 'GET'.freeze
          RESOURCE_CACHE_MGET = 'MGET'.freeze
          RESOURCE_CACHE_SET = 'SET'.freeze
          RESOURCE_CACHE_MSET = 'MSET'.freeze
          SERVICE_CACHE = 'active_support-cache'.freeze
          SPAN_CACHE = 'rails.cache'.freeze
          SPAN_TYPE_CACHE = 'cache'.freeze
          TAG_CACHE_BACKEND = 'rails.cache.backend'.freeze
          TAG_CACHE_KEY = 'rails.cache.key'.freeze
          TAG_CACHE_KEY_MULTI = 'rails.cache.keys'.freeze
          TAG_COMPONENT = 'active_support'.freeze
          TAG_OPERATION_CACHE = 'cache'.freeze
        end
      end
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
ddtrace-1.9.0 lib/datadog/tracing/contrib/active_support/ext.rb
ddtrace-1.8.0 lib/datadog/tracing/contrib/active_support/ext.rb
ddtrace-1.7.0 lib/datadog/tracing/contrib/active_support/ext.rb
ddtrace-1.6.1 lib/datadog/tracing/contrib/active_support/ext.rb
ddtrace-1.6.0 lib/datadog/tracing/contrib/active_support/ext.rb
ddtrace-1.5.2 lib/datadog/tracing/contrib/active_support/ext.rb
ddtrace-1.5.1 lib/datadog/tracing/contrib/active_support/ext.rb
ddtrace-1.5.0 lib/datadog/tracing/contrib/active_support/ext.rb
ddtrace-1.4.2 lib/datadog/tracing/contrib/active_support/ext.rb
ddtrace-1.4.1 lib/datadog/tracing/contrib/active_support/ext.rb
ddtrace-1.4.0 lib/datadog/tracing/contrib/active_support/ext.rb
ddtrace-1.3.0 lib/datadog/tracing/contrib/active_support/ext.rb
ddtrace-1.2.0 lib/datadog/tracing/contrib/active_support/ext.rb
ddtrace-1.1.0 lib/datadog/tracing/contrib/active_support/ext.rb
ddtrace-1.0.0 lib/datadog/tracing/contrib/active_support/ext.rb
ddtrace-1.0.0.beta2 lib/datadog/tracing/contrib/active_support/ext.rb