Sha256: 9b2e0a7b6f99bd5a3312adf3ed07dc00dd8d6fc465e453ad3eb27f49da2b91d7

Contents?: true

Size: 763 Bytes

Versions: 22

Compression:

Stored size: 763 Bytes

Contents

module Datadog
  module Contrib
    module ActiveSupport
      # ActiveSupport integration constants
      module Ext
        APP = 'active_support'.freeze
        ENV_ANALYTICS_ENABLED = 'DD_ACTIVE_SUPPORT_ANALYTICS_ENABLED'.freeze
        ENV_ANALYTICS_SAMPLE_RATE = '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_SET = 'SET'.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
      end
    end
  end
end

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
ddtrace-0.38.0 lib/ddtrace/contrib/active_support/ext.rb
ddtrace-0.37.0 lib/ddtrace/contrib/active_support/ext.rb
ddtrace-0.36.0 lib/ddtrace/contrib/active_support/ext.rb
ls-trace-0.1.2 lib/ddtrace/contrib/active_support/ext.rb
ddtrace-0.35.2 lib/ddtrace/contrib/active_support/ext.rb
ddtrace-0.35.1 lib/ddtrace/contrib/active_support/ext.rb
ddtrace-0.35.0 lib/ddtrace/contrib/active_support/ext.rb
ddtrace-0.34.2 lib/ddtrace/contrib/active_support/ext.rb
ddtrace-0.34.1 lib/ddtrace/contrib/active_support/ext.rb
ddtrace-0.34.0 lib/ddtrace/contrib/active_support/ext.rb
ddtrace-0.33.1 lib/ddtrace/contrib/active_support/ext.rb
ddtrace-0.33.0 lib/ddtrace/contrib/active_support/ext.rb
ddtrace-0.32.0 lib/ddtrace/contrib/active_support/ext.rb
ddtrace-0.31.1 lib/ddtrace/contrib/active_support/ext.rb
ddtrace-0.31.0 lib/ddtrace/contrib/active_support/ext.rb
ddtrace-0.30.1 lib/ddtrace/contrib/active_support/ext.rb
ddtrace-0.30.0 lib/ddtrace/contrib/active_support/ext.rb
ddtrace-0.29.1 lib/ddtrace/contrib/active_support/ext.rb
ls-trace-0.1.1 lib/ddtrace/contrib/active_support/ext.rb
ddtrace-0.29.0 lib/ddtrace/contrib/active_support/ext.rb