module Datadog::Tracing::Contrib::HTTPX::LoggablePatch

  1. lib/httpx/adapters/datadog.rb

patches httpx debug logs to include datadog correlation ids

Methods

Public Instance

  1. log_identifiers

Public Instance methods

log_identifiers()
[show source]
    # File lib/httpx/adapters/datadog.rb
190 def log_identifiers
191   "#{super} #{Datadog::Tracing.log_correlation}"
192 end