The newrelic provided stats sometimes get a little fuzzy when there's a client error in large quantities. An error with one client appears to affect others, but this is inaccurate, and likely due to how newrelic_add_custom_parameter works under the C code. If we null out values with a string instead of "null" the issue should go away according to one NR support thread. We'll give that a try with the next release, since there's no risk to doing so, and it's a minor change.
Please be sure you are submitting this against the master branch.
//: # This Pull Request (Place an 'X' for each):
Description:
The newrelic provided stats sometimes get a little fuzzy when there's a client error in large quantities. An error with one client appears to affect others, but this is inaccurate, and likely due to how newrelic_add_custom_parameter works under the C code. If we null out values with a string instead of "null" the issue should go away according to one NR support thread. We'll give that a try with the next release, since there's no risk to doing so, and it's a minor change.