Module: Datadog::Ext::Runtime

Defined in:
lib/ddtrace/ext/runtime.rb

Defined Under Namespace

Modules: Metrics

Constant Summary collapse

LANG =

Identity

'ruby'.freeze
LANG_INTERPRETER =
(RUBY_ENGINE + '-' + RUBY_PLATFORM).freeze
LANG_VERSION =
RUBY_VERSION
TRACER_VERSION =
Datadog::VERSION::STRING
TAG_LANG =
'language'.freeze