Module: Pantomath::Instrumentation::NetHTTP::Adapter
- Defined in:
- lib/pantomath/instrumentation/net_http/adapter.rb
Instance Method Summary collapse
Instance Method Details
#request(req, body = nil, &block) ⇒ Object
10 11 12 13 14 |
# File 'lib/pantomath/instrumentation/net_http/adapter.rb', line 10 def request(req, body = nil, &block) return tracer(req).trace { super } unless started? super end |