Sha256: fa21ed0c2991a451fa2b1c6fd01f5d85a3ceeac1907b36f973b3936f358a8218

Contents?: true

Size: 649 Bytes

Versions: 23

Compression:

Stored size: 649 Bytes

Contents

require 'ddtrace/version'

module Datadog
  module Ext
    module Runtime
      # Identity
      LANG = 'ruby'.freeze
      LANG_INTERPRETER = (RUBY_ENGINE + '-' + RUBY_PLATFORM).freeze
      LANG_VERSION = RUBY_VERSION
      TRACER_VERSION = Datadog::VERSION::STRING

      TAG_LANG = 'language'.freeze

      # Metrics
      module Metrics
        ENV_ENABLED = 'DD_RUNTIME_METRICS_ENABLED'.freeze

        METRIC_CLASS_COUNT = 'runtime.ruby.class_count'.freeze
        METRIC_GC_PREFIX = 'runtime.ruby.gc'.freeze
        METRIC_THREAD_COUNT = 'runtime.ruby.thread_count'.freeze

        TAG_SERVICE = 'service'.freeze
      end
    end
  end
end

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
ls-trace-0.2.0 lib/ddtrace/ext/runtime.rb
ddtrace-0.40.0 lib/ddtrace/ext/runtime.rb
ddtrace-0.39.0 lib/ddtrace/ext/runtime.rb
ddtrace-0.38.0 lib/ddtrace/ext/runtime.rb
ddtrace-0.37.0 lib/ddtrace/ext/runtime.rb
ddtrace-0.36.0 lib/ddtrace/ext/runtime.rb
ls-trace-0.1.2 lib/ddtrace/ext/runtime.rb
ddtrace-0.35.2 lib/ddtrace/ext/runtime.rb
ddtrace-0.35.1 lib/ddtrace/ext/runtime.rb
ddtrace-0.35.0 lib/ddtrace/ext/runtime.rb
ddtrace-0.34.2 lib/ddtrace/ext/runtime.rb
ddtrace-0.34.1 lib/ddtrace/ext/runtime.rb
ddtrace-0.34.0 lib/ddtrace/ext/runtime.rb
ddtrace-0.33.1 lib/ddtrace/ext/runtime.rb
ddtrace-0.33.0 lib/ddtrace/ext/runtime.rb
ddtrace-0.32.0 lib/ddtrace/ext/runtime.rb
ddtrace-0.31.1 lib/ddtrace/ext/runtime.rb
ddtrace-0.31.0 lib/ddtrace/ext/runtime.rb
ddtrace-0.30.1 lib/ddtrace/ext/runtime.rb
ddtrace-0.30.0 lib/ddtrace/ext/runtime.rb