Module: Datadog::Tracing::Contrib::HTTPX::LoggablePatch
- Defined in:
- lib/httpx/adapters/datadog.rb
Overview
patches httpx debug logs to include datadog correlation ids
Instance Method Summary collapse
Instance Method Details
#log_identifiers ⇒ Object
190 191 192 |
# File 'lib/httpx/adapters/datadog.rb', line 190 def log_identifiers "#{super} #{Datadog::Tracing.log_correlation}" end |