At Vocel we use the New Relic plugin to monitor the performance of our production Rails apps.
In addition to the built-in ActiveRecord and Controller metrics, you can define your own custom metrics. The documentation clearly shows how to add a metric to an instance method, but how do you add one to a class method?