Sha256: 22fe6e3fb632d2aeeabcd073766f53feef0297965648649efca4bf4d2a4d3311

Contents?: true

Size: 1.13 KB

Versions: 10

Compression:

Stored size: 1.13 KB

Contents

module Datadog
  module Contrib
    module ActiveSupport
      # ActiveSupport integration constants
      module Ext
        APP = 'active_support'.freeze
        ENV_ENABLED = 'DD_TRACE_ACTIVE_SUPPORT_ENABLED'.freeze
        ENV_ANALYTICS_ENABLED = 'DD_TRACE_ACTIVE_SUPPORT_ANALYTICS_ENABLED'.freeze
        ENV_ANALYTICS_ENABLED_OLD = 'DD_ACTIVE_SUPPORT_ANALYTICS_ENABLED'.freeze
        ENV_ANALYTICS_SAMPLE_RATE = 'DD_TRACE_ACTIVE_SUPPORT_ANALYTICS_SAMPLE_RATE'.freeze
        ENV_ANALYTICS_SAMPLE_RATE_OLD = 'DD_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
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
ddtrace-0.51.1 lib/ddtrace/contrib/active_support/ext.rb
ddtrace-0.51.0 lib/ddtrace/contrib/active_support/ext.rb
ddtrace-0.50.0 lib/ddtrace/contrib/active_support/ext.rb
ddtrace-0.49.0 lib/ddtrace/contrib/active_support/ext.rb
ddtrace-0.48.0 lib/ddtrace/contrib/active_support/ext.rb
ddtrace-0.47.0 lib/ddtrace/contrib/active_support/ext.rb
ddtrace-0.46.0 lib/ddtrace/contrib/active_support/ext.rb
ddtrace-0.45.0 lib/ddtrace/contrib/active_support/ext.rb
ddtrace-0.44.0 lib/ddtrace/contrib/active_support/ext.rb
ddtrace-0.43.0 lib/ddtrace/contrib/active_support/ext.rb