added

Custom Metrics now available in Metric Monitors

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 asAPPROX_PERCENTILE(order_amount, 0.99)
  • References multiple fields at once, such asAVG(price + tax_collected)

Currently, only manual thresholds are supported for custom metrics. See our docs to learn more.