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

fix: Handle IPv6 addresses in OTLP HTTP connection

Open create2000 opened this issue 1 year ago • 0 comments

Fixes #1721. This PR updates the Net::HTTP connection to handle IPv6 addresses correctly by using hostname instead of host.

create2000 avatar Oct 12 '24 16:10 create2000