Module: Datadog::Tracing::Contrib::Presto::Patcher
- Includes:
- Datadog::Tracing::Contrib::Patcher
- Defined in:
- lib/datadog/tracing/contrib/presto/patcher.rb
Overview
Patcher enables patching of ‘presto-client’ module.
Class Method Summary collapse
Methods included from Datadog::Tracing::Contrib::Patcher
Class Method Details
.patch ⇒ Object
18 19 20 |
# File 'lib/datadog/tracing/contrib/presto/patcher.rb', line 18 def patch ::Presto::Client::Client.include(Instrumentation::Client) end |