elixir_agent icon indicating copy to clipboard operation
elixir_agent copied to clipboard

Identify Phoenix LiveView metrics

Open tmaszk opened this issue 1 year ago • 2 comments

Before this PR, all LiveView metrics are named for the plug and action, i.e. WebTransaction/Phoenix/Phoenix.LiveView.Plug/index.

This PR names those metrics after the module and action, i.e. WebTransaction/Phoenix/PhxExampleWeb.HomeLive/index. This provides more insight into the details of the metric.

To properly test, phoenix_example is updated with the latest phoenix packages and the pages and layouts with the modern Phoenix conventions.

tmaszk avatar Jan 22 '24 13:01 tmaszk

I submitted an issue to go along with this PR, https://github.com/newrelic/elixir_agent/issues/425

tmaszk avatar Jan 22 '24 14:01 tmaszk

Will merge this after #426

tpitale avatar Feb 01 '24 15:02 tpitale