Sha256: 51e21d792072a68da237215024409ae980f5a1da9fd4160882b4df5201e2f27b

Contents?: true

Size: 814 Bytes

Versions: 7

Compression:

Stored size: 814 Bytes

Contents

module Datadog
  module Tracing
    module Contrib
      module ActionPack
        # ActionPack integration constants
        # @public_api Changing resource names, tag names, or environment variables creates breaking changes.
        module Ext
          ENV_ENABLED = 'DD_TRACE_ACTION_PACK_ENABLED'.freeze
          ENV_ANALYTICS_ENABLED = 'DD_TRACE_ACTION_PACK_ANALYTICS_ENABLED'.freeze
          ENV_ANALYTICS_SAMPLE_RATE = 'DD_TRACE_ACTION_PACK_ANALYTICS_SAMPLE_RATE'.freeze
          SPAN_ACTION_CONTROLLER = 'rails.action_controller'.freeze
          TAG_COMPONENT = 'action_pack'.freeze
          TAG_OPERATION_CONTROLLER = 'controller'.freeze
          TAG_ROUTE_ACTION = 'rails.route.action'.freeze
          TAG_ROUTE_CONTROLLER = 'rails.route.controller'.freeze
        end
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ddtrace-1.12.1 lib/datadog/tracing/contrib/action_pack/ext.rb
ddtrace-1.12.0 lib/datadog/tracing/contrib/action_pack/ext.rb
ddtrace-1.11.1 lib/datadog/tracing/contrib/action_pack/ext.rb
ddtrace-1.11.0 lib/datadog/tracing/contrib/action_pack/ext.rb
ddtrace-1.11.0.beta1 lib/datadog/tracing/contrib/action_pack/ext.rb
ddtrace-1.10.1 lib/datadog/tracing/contrib/action_pack/ext.rb
ddtrace-1.10.0 lib/datadog/tracing/contrib/action_pack/ext.rb