Plot Rails Controllers memory allocations over time

The "Rails Controllers" dashboard should have a graph plotting the memory allocations of the chosen method over time. Memory allocations are tracked as a rough estimate in the allocated_memory field in the rails_transactions InfluxDB series. To efficiently plot this we need a continuous query that aggregates this data (the mean, p95, and p99) per minute per Rails controller.