I'm trying out Newrelic for application monitoring, and since they don't support FuelPHP, I needed to throw together a quick event listener to manually set the transaction name (otherwise everything comes out as /index.php, which isn't super helpful). I threw it into a quick package, and it works great. Requests all show up as /Controller_Whatever/index/ which works well enough.