Closed maxwell-gregory closed 5 years ago
@djoos Can I get an update on merging this PR? This is a valid config item
Thanks for the contribution @NoMotion!
@djoos @NoMotion Hey guys, my installation fails since this release.
undefined method trim_stats for Custom resource newrelic_yml from cookbook newrelic
on line #187
185: enable_custom_tracing: <%= @resource.enable_custom_tracing %>
186:
187: trim_stats: <%= @resource.trim_stats %>
188:
189: # Transaction tracer captures deep information about slow
@EranNetzerel - could you retry with 2.40.2? (just shipped) Thanks in advance for your feedback!
@djoos Thanks for the fast response! but now i get this error:
Error executing action generate on resource 'newrelic_yml
on line 319
317: # Garbage collection CPU threshold: 10%
318: circuitbreaker:
319: <% if @resource.circuitbreaker_enabled.nil? -%>
320: enabled: false
321: <% else -%>
@EranNetzerel - sorry, the testing on the YML LWRP is really poor. I've added in the circuitbreaker attributes now (v2.40.3) and will try making time to add in tests so we can catch these issues sooner going forward...
@djoos Works now, thanks :)
There is an issue with FedCI not auto accepting the licenses.
There are also unrelated issues with test-kitchen on this cookbook with how java is run:
Rspec passes all tests regarding java/ruby agent using the newrelic lwrp unit test. I had some issues regarding apache cookbook not being properly referenced that I had trouble resolving but this fails only
php_agent
and this PR performs no changes tophp_agent