opentelemetry-ruby-contrib icon indicating copy to clipboard operation
opentelemetry-ruby-contrib copied to clipboard

Net::HTTP instrumentation enhancements

Open mwear opened this issue 4 years ago • 1 comments

Currently we only patch the request method, but it would be good to add visibility around connect.

It would also be nice to be able to allow / deny list functionality for context propagation. This would likely be something we'd like to apply across the board to other instrumentation if we go this route.

mwear avatar Feb 27 '20 19:02 mwear

Connect method instrumentation support was added as part of https://github.com/open-telemetry/opentelemetry-ruby/pull/608

robertlaurin avatar Jul 29 '21 15:07 robertlaurin