Module: Datadog::Ext::DistributedTracing

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

Constant Summary collapse

HTTP_HEADER_TRACE_ID =

HTTP headers one should set for distributed tracing. These are cross-language (eg: Python, Go and other implementations should honor these)

'x-datadog-trace-id'.freeze
HTTP_HEADER_PARENT_ID =
'x-datadog-parent-id'.freeze