ScoutApm.Plugs.ControllerTimer (scout_apm v2.0.0)
Copy MarkdownSummary
Functions
Takes a connection, extracts the phoenix controller & action, then manipulates & cleans it up.
Functions
@spec action_name(Plug.Conn.t(), list()) :: String.t()
Takes a connection, extracts the phoenix controller & action, then manipulates & cleans it up.
Returns a string like "PageController#index"