|
|
|
|
|
by manukall
3270 days ago
|
|
I've recently launched https://pryin.io, an application performance monitoring tool made for Elixir and Phoenix.
It hooks into Phoenix and gives you insights into how long your request / channels take and what Ecto queries are run / how long those take. You can also manually augment pretty much anything else (background jobs, API calls, ...).
Plus it keeps track of some important BEAM metrics like memory consumption. |
|