Open
Description
When reading some recent NR-DIAG reports, I noticed Ruby agent customers had alerts about multiple configuration files being present. One is in the root of our directory at newrelic.yml
, and the other is a template located in lib/tasks/instrumentation_generator/templates/newrelic.yml.tt
.
To avoid these false errors, let's stop including newrelic.yml
in the gem contents. The root newrelic.yml
might be helpful as documentation, however, I think GitHub is more the source where people use this file, instead of the gem itself.
At a minimum, let's remove the instrumentation generator template newrelic.yml
since this has no value to customers.