Module: Datadog::Tracing::Contrib::HTTPX::Plugin

Defined in:
lib/httpx/adapters/datadog.rb

Overview

HTTPX Datadog Plugin

Enables tracing for httpx requests.

A span will be created for each request transaction; the span is created lazily only when receiving a response, and it is fed the start time stored inside the tracer object.

Defined Under Namespace

Modules: ConnectionMethods, RequestMethods Classes: RequestTracer