instrumental_agent-ruby
instrumental_agent-ruby copied to clipboard
Ruby Agent for Instrumental Application Monitoring
Using Ruby 3.0 and Rails 6.1.1: ``` root@3353f515ae84:/gwf/app# bundle exec rails c /usr/local/bundle/bundler/gems/instrumental_agent-ruby-e6b27a2199d2/lib/instrumental/agent.rb:18: warning: Socket.gethostbyname is deprecated; use Addrinfo.getaddrinfo instead. Loading development environment (Rails 6.1.1) irb(main):001:0> require 'instrumental_agent' => false...
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...
Hi, An error occurs every now and then while the Sidekiq is running. What could be the reason? I use the Digital Ocean and: Ubuntu 18.04.1 LTS rails - 5.1.7...
A timeout exception is bubbling outside of the agent when trying to do DNS resolution. The scrubbed backtrace below is from an exception bubbling out of the agent running on...
I pushed up a failing test in the [fork_double_send](https://github.com/Instrumental/instrumental_agent-ruby/compare/fork_double_send) branch. `@queue` doesn't get re-initialized on fork currently. It's not as easy as switching `||=` to `=` though, because we want...
We ran into an issue yesterday when the load balancer failed, all of our passenger instances became locked up attempting to access instrumental. There are several places in the Agent...