Dashboards answer the questions developers already know to ask. The harder wins come from the questions between the numbers: How did our crash rate shift between releases? Which endpoints have the worst failure ratio relative to their traffic? How does P95 compare to P99 on a per-version basis?
While the Embrace platform has provided out-of-the-box experiences for some of those questions, building custom views into the unique instrumentations, attributes and detail of your implementation has always fallen on custom dashboards. To answer those questions you almost always need to combine two or more sets of data, or compare the same data across different filters. Until now, that meant creating several widgets and comparing them by eye, or exporting raw data to do the math elsewhere.
Now, we’ve made multi-query support available across KPI, gauge, pie, and bar widgets. With that, you can:
- Combine multiple queries in a single widget, up to 10 queries or filtered slices per visualization.
- Apply formulas across those queries. Basic arithmetic (
A + B), ratios (A / B * 100), and deltas (A - B) let users derive and track custom answers on the fly. - Toggle query visibility on KPI, gauge, and pie, where a single eye icon flips between raw queries and the computed result.
- View side-by-side comparisons on bar chart, where every query renders as its own bar at each X-axis point, making multi-dataset comparisons immediate.









