request-log-analyzer
request-log-analyzer copied to clipboard
Aggregate the same controller#action with different content types
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.