# Functions
DoRequest is a helper function that sends an HTTP request and logs the result with DataDog trace ID.
# Constants
B3SpanIDHeader is the header used by the B3 propagation format to pass the span ID.
B3TraceIDHeader is the header used by the B3 propagation format to pass the trace ID.
DatadogParentIDHeader is the header used by the Datadog tracing system to pass the parent ID.
DatadogTraceIDHeader is the header used by the Datadog tracing system to pass the trace ID.