added
Custom Metrics now available in Metric Monitors
8 months ago
Metric monitors now allow users to define a custom metric using SQL. This allows users to create a metric that:
- Isn't available off the shelf, such as
APPROX_PERCENTILE(order_amount, 0.99)
- References multiple fields at once, such as
AVG(price + tax_collected)
Currently, only manual thresholds are supported for custom metrics. See our docs to learn more.