Is there a way to aggregate the same controller and action that gets called with different content types such as:
EdibleSuggestionsController#create./
EdibleSuggestionsController#create.JSON
We would like all metrics for EdibleSuggestionsController#create to be rolled up, regardless of the method in which it is being called.