Module: Datadog::Profiling::Ext::Pprof

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

Overview

TODO: Consider removing this once the Ruby-based pprof encoding is removed and replaced by libdatadog

Constant Summary collapse

LABEL_KEY_LOCAL_ROOT_SPAN_ID =
'local root span id'.freeze
LABEL_KEY_SPAN_ID =
'span id'.freeze
LABEL_KEY_THREAD_ID =
'thread id'.freeze
LABEL_KEY_TRACE_ENDPOINT =
'trace endpoint'.freeze
SAMPLE_VALUE_NO_VALUE =
0
VALUE_TYPE_CPU =
'cpu-time'.freeze
VALUE_TYPE_WALL =
'wall-time'.freeze
VALUE_UNIT_NANOSECONDS =
'nanoseconds'.freeze