Module: Datadog::Tracing::Contrib::Httpclient::Patcher
- Includes:
- Patcher
- Defined in:
- lib/datadog/tracing/contrib/httpclient/patcher.rb
Overview
Patcher enables patching of ‘httpclient’ module.
Class Method Summary collapse
Methods included from Patcher
Class Method Details
permalink .patch ⇒ Object
[View source]
22 23 24 |
# File 'lib/datadog/tracing/contrib/httpclient/patcher.rb', line 22 def patch ::HTTPClient.include(Instrumentation) end |
permalink .target_version ⇒ Object
[View source]
18 19 20 |
# File 'lib/datadog/tracing/contrib/httpclient/patcher.rb', line 18 def target_version Integration.version end |