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'
LABEL_KEY_SPAN_ID =
'span id'
LABEL_KEY_THREAD_ID =
'thread id'
LABEL_KEY_TRACE_ENDPOINT =
'trace endpoint'
SAMPLE_VALUE_NO_VALUE =
0
VALUE_TYPE_CPU =
'cpu-time'
VALUE_TYPE_WALL =
'wall-time'
VALUE_UNIT_NANOSECONDS =
'nanoseconds'