opentelemetry-ruby-contrib
opentelemetry-ruby-contrib copied to clipboard
Net::HTTP instrumentation enhancements
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.
Connect method instrumentation support was added as part of https://github.com/open-telemetry/opentelemetry-ruby/pull/608