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

Socket.gethostbyname deprecation warning

Open cbatson opened this issue 4 years ago • 0 comments

When requiring the agent gem, a deprecation warning is observed:

/usr/local/bundle/bundler/gems/instrumental_agent-ruby-e6b27a2199d2/lib/instrumental/agent.rb:18: warning: Socket.gethostbyname is deprecated; use Addrinfo.getaddrinfo instead.

Note: Observed with Ruby 3.0. Not known if this occurs on prior Ruby releases.

cbatson avatar Mar 03 '21 19:03 cbatson