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

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

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