Recent activity
Subscribe to this feed
Ian replied on August 21, 2009 20:21 to the problem "spam?" in SoundCloud:
-
Ian started following the problem "spam?" in SoundCloud.
Ian marked one of Bill Kayser's replies in New Relic as useful. Bill Kayser replied to the problem "StringIO Parameters Not Being Rewound".
Ian replied on March 16, 2009 20:34 to the problem "StringIO Parameters Not Being Rewound" in New Relic:
Ian replied on March 12, 2009 01:15 to the problem "StringIO Parameters Not Being Rewound" in New Relic:
For now, I've added this to my copy of the agent:
Index: lib/new_relic/agent/collection_helper.rb
===================================================================
--- lib/new_relic/agent/collection_helper.rb (revision 7716)
+++ lib/new_relic/agent/collection_helper.rb (working copy)
@@ -25,6 +25,7 @@
new_values << normalize_params(item)
break if (count += 1) > 20
end
+ params.rewind if params.is_a?(StringIO)
new_values
else
truncate(flatten(params))
Ian reported a problem in New Relic on March 11, 2009 19:02:
StringIO Parameters Not Being RewoundWhen capture_params is enabled, StringIO is being treated as an Enumerable by the agent and the first 20 lines are read. Having that data in RPM is surely helpful, but the StringIO is not rewound when the agent is finished. The next piece of code to use the StringIO will find it inexplicably starting at line 21 when it should be at line 1.
Ian replied on February 18, 2009 03:51 to the question "Passenger 2.1.0 Support?" in New Relic:
Ian marked one of Bill Kayser's replies in New Relic as useful. Bill Kayser replied to the question "Passenger 2.1.0 Support?".
Ian asked a question in New Relic on February 17, 2009 20:16:
Passenger 2.1.0 Support?We've been trying out Passenger in an effort to switch to it. Unfortunately the latest official version, 2.0.6 at the time of writing, wouldn't work with our setup and we were forced to use edge, 2.1.0 at the time of writing. As a side effect, RPM 2.8.1 (and earlier) no longer reports any usage for the hosts we're testing Passenger on.
We are very anxious to switch to Passenger but are reticent to do so without the RPM reporting we've come to rely upon.
Any timeline for updated Passenger support?
Loading Profile...

