COALESCE
to handle null
values. When composing your billable metric with a computed property, Orb shows you a preview of the computed property across the events displayed.
LAST
or MAX
, not allowing you to perform sophisticated transforms or usage calculations.
Orb is designed to be extensible at its core, and allows you to define metrics fully in SQL. Orb’s SQL engine runs in real-time over your reported events stream, while still providing you SQL syntax support. SQL queries run over the entirety of events in the billing period, and not just an incremental slice of reported events, so you never have to worry about keeping track of intermediate stream state.
For example, customers use Orb’s SQL metrics layer to:
CASE
statements and conditionals to construct sophisticated compute units that bill differently for each event.