AL+
The three services you wire up every time you ship something, collapsed into one project, one login, one bill.
Shipping anything small means standing up an uptime checker, an error tracker and an analytics tool: three signups, three configs, three invoices, and no shared idea of what a project is.
AL+ groups monitors, heartbeats, errors and analytics under one project, then bills the organisation once instead of three times. Monitor ships today; Observe and Measure are in development.
An Elixir/Phoenix application on AWS, with the checks themselves running from Cloudflare's network so they originate close to the thing being checked. The BEAM is the reason one box can hold tens of thousands of concurrent checks and still recover from a failed one in isolation. Cron monitoring works by appending a single curl to the job. Analytics is cookie-free by design rather than by configuration. Firme Azi runs on it, which is how we find the faults before customers do.
Monitor is live in private beta. Error tracking and analytics are in development, stated as such, not sold as shipped.
Concept, design, engineering, edge infrastructure, operation.