Module: Datadog::Profiling::Ext::Transport::HTTP

Included in:
TagBuilder
Defined in:
lib/datadog/profiling/ext.rb

Constant Summary collapse

FORM_FIELD_TAG_ENV =
'env'.freeze
FORM_FIELD_TAG_HOST =
'host'.freeze
FORM_FIELD_TAG_LANGUAGE =
'language'.freeze
FORM_FIELD_TAG_PID =
'process_id'.freeze
FORM_FIELD_TAG_PROFILER_VERSION =
'profiler_version'.freeze
FORM_FIELD_TAG_RUNTIME =
'runtime'.freeze
FORM_FIELD_TAG_RUNTIME_ENGINE =
'runtime_engine'.freeze
FORM_FIELD_TAG_RUNTIME_ID =
'runtime-id'.freeze
FORM_FIELD_TAG_RUNTIME_PLATFORM =
'runtime_platform'.freeze
FORM_FIELD_TAG_RUNTIME_VERSION =
'runtime_version'.freeze
FORM_FIELD_TAG_SERVICE =
'service'.freeze
FORM_FIELD_TAG_VERSION =
'version'.freeze
PPROF_DEFAULT_FILENAME =
'rubyprofile.pprof'.freeze
CODE_PROVENANCE_FILENAME =
'code-provenance.json'.freeze