- a way to see what changed after a deploy
- a way to get notified before users tell you something is broken
Analytics from the CLI
Usefloo analytics to inspect traffic, error rate, latency, and status-code mix for an app or an org.
- did requests drop after the last deploy?
- is error rate trending up?
- did latency regress?
Alert rules in the app surface
The shipped platform surface also supports app-level alert rules. Use them when you want thresholds to notify humans or downstream workflows before a runtime issue turns into guesswork. Alert rules belong in the live operational surface because they are about monitoring live behavior, not describing app shape in git.Recommended operating loop
- Watch deploys and logs during rollout.
- Use analytics to see what changed over the following hours or days.
- Configure alert rules for thresholds you care about.
- Pair alerts with agent webhooks when you want incident routing as well as simple notification.
Related commands
Logs and Debugging
Use logs and deploy history to understand the incident in detail.
Agent Webhooks
Route richer incident context to your agent or on-call workflow.