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 individual requests, and it’ll trace since the moment it is fed to the connection, until the moment the response is fed back to the session.
Defined Under Namespace
Modules: ConnectionMethods, RequestMethods Classes: RequestTracer