Adding PostgreSQL Active Connections to Ecto PSQL Extras
While working at Binary Noggin we ran into an issue with over provision database connections while using Oban.
Having active connections available in the Phoenix Live Dashboard helped us troubleshoot over allocating connections to the database. This has the added benefit of seeing all active connections not just our Phoenix application.
Read next Securing Elixir/Phoenix Applications: 5 Tips to Get Started