ElixirDashboard.PerformanceLive.Endpoints (ElixirDashboard v0.2.0)
View SourceLiveView component for displaying slow endpoint performance data.
Usage in your Phoenix app
In your router.ex:
scope "/dev" do
pipe_through :browser
live "/performance/endpoints", ElixirDashboard.PerformanceLive.Endpoints, :index
end