James Bunch

Results 146 comments of James Bunch

Hi @oboxodo, Thanks very much for this information. I'm very glad to hear that you were able to get things working, but sorry to hear you ran into a couple...

Thank you, @oboxodo! I have created #1267 to track the investigation into why the configuration file based approach to setting `redis` to use "chain" is not working.

Hi @oboxodo. Two things: 1. I was incorrect earlier when I stated that the configuration parameter should be `instrumentation.redis_instrumentation`. The correct parameter is `instrumentation.redis`, which you originally had. I obtained...

There are two key parts to this one: - Cache the prebuilt Rubies - Cache the needed gems For that first part, we're already done. Since this Issue was written,...

The team has discussed this one and we've decided not to go with gem caching at this time and to consider this Issue resolved from the work done previously to...

#1408 has taken care of the lion's share of these. Here's an updated list: - [x] MYSQL_EXPLAIN_COLUMNS: https://github.com/newrelic/newrelic-ruby-agent/pull/1793 ./lib/new_relic/agent/database.rb:10 - [X] WEB_ROLLUP_METRIC ./lib/new_relic/agent/datastores/metric_helper.rb:9 - [X] OTHER_ROLLUP_METRIC ./lib/new_relic/agent/datastores/metric_helper.rb:10 - [X] MONGO_PRODUCT_NAME...

Hi @jmoldyvan! The `files` specification within a `Gem::Specification` block is used to produce an allowlist of the repository's files that will be packaged up into the .gem RubyGem file that...

Hi @manuraj17! Thank you for taking a look at this issue. We do not have a complete list of files to either include or exclude. We welcome PRs that would...

Update - PR #1088 delivers a backwards compatibility fix to ensure that Ruby 3.2 works with the existing way of reporting a single integer value to represent all constant cache...