Sha256: 9e93730255a700a7c3912b97852fcae312938a4c5d591a3d7478af3f42c62a3c

Contents?: true

Size: 743 Bytes

Versions: 7

Compression:

Stored size: 743 Bytes

Contents

module Datadog
  module Tracing
    module Contrib
      module Sequel
        # Sequel integration constants
        # @public_api Changing resource names, tag names, or environment variables creates breaking changes.
        module Ext
          ENV_ENABLED = 'DD_TRACE_SEQUEL_ENABLED'.freeze
          ENV_ANALYTICS_ENABLED = 'DD_TRACE_SEQUEL_ANALYTICS_ENABLED'.freeze
          ENV_ANALYTICS_SAMPLE_RATE = 'DD_TRACE_SEQUEL_ANALYTICS_SAMPLE_RATE'.freeze
          SPAN_QUERY = 'sequel.query'.freeze
          TAG_DB_VENDOR = 'sequel.db.vendor'.freeze
          TAG_PREPARED_NAME = 'sequel.prepared.name'.freeze
          TAG_COMPONENT = 'sequel'.freeze
          TAG_OPERATION_QUERY = 'query'.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/sequel/ext.rb
ddtrace-1.12.0 lib/datadog/tracing/contrib/sequel/ext.rb
ddtrace-1.11.1 lib/datadog/tracing/contrib/sequel/ext.rb
ddtrace-1.11.0 lib/datadog/tracing/contrib/sequel/ext.rb
ddtrace-1.11.0.beta1 lib/datadog/tracing/contrib/sequel/ext.rb
ddtrace-1.10.1 lib/datadog/tracing/contrib/sequel/ext.rb
ddtrace-1.10.0 lib/datadog/tracing/contrib/sequel/ext.rb