Hacker News new | ask | show | jobs
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.
1 comments

Looks cool. Might want to have a demo site running for people to poke around.