opentelemetry-ruby
opentelemetry-ruby copied to clipboard
fix: Handle IPv6 addresses in OTLP HTTP connection
Fixes #1721. This PR updates the Net::HTTP connection to handle IPv6 addresses correctly by using hostname instead of host.