How it works
A reviewable workflow from signal to decision
Choose one completed workflow
Start where a user, worker, API, webhook, or agent produces a meaningful outcome. A small event at the boundary is easier to trust than a giant payload.
Log the fields future questions need
Include stable identifiers, status, duration, environment, feature, and categorized error context. Keep secrets and raw private content out.
Verify the table before expanding
Send synthetic test events, inspect the inferred schema, and run the first query. Add more coverage only after the event contract is useful.
Capabilities
What is included
Documentation
See the analysis
SQL recipes that use this capability
Query Nested AI Tool-Call Events
Filter dotted nested fields and rank failing tools without flattening the original event payload.
Open recipeDetect Missing Service Heartbeats
Find services, workers, or scheduled tasks that stopped reporting before a failure event appeared.
Open recipeCalculate API Error Rate by Route
Use SQL to rank API routes by 5xx error rate while protecting the result from low-volume noise.
Open recipeStart with one production workflow
Use a focused prompt, send synthetic events, and verify the first useful query before expanding coverage.