New
Query Math lets you define multi-step queries and perform math across their results directly in the Query Builder, now available across all your datasets. No calculated fields required.
Each step has its own SELECT, WHERE, and GROUP BY clauses, and you combine them using simple formulas like ($A / $B) * 100. Give each formula a name and it carries through to your visualizations, keeping your charts focused on the final calculated value. Common use cases include:
- Error and success rates — count errors in Step A, total requests in Step B, divide and multiply by 100
- Memory utilization — compare memory usage against available memory across your pods
- Request rate differences — spot load imbalances by comparing request rates between services
When you're ready to act on your data, you can alert on formula results directly from a Trigger.

Support for query math is shortly rolling out to Canvas and MCP as well!





