Skip to main content
Metrics type: Key MetricsCategory: Nerve Centre

At a glance

An anomaly alert that fires when total DBU consumption for the trailing 7 days is more than 50% above the prior 7 days, without a proportional rise in the underlying workload. DBUs are the unit Databricks bills on, so a 50% week-over-week jump is, directly, a 50% jump in the compute bill. The “without proportional workload” qualifier is what makes this an anomaly rather than just a busy week: if order volume, query volume, and job count all rose 50% too, the spend is justified. If they did not, something is burning money inefficiently.

Calculation

The alert evaluates two ratios and compares them:
The first condition is the headline: total DBUs for the trailing week are at least 50% above the prior week. Total DBU includes all three SKUs (job compute, SQL warehouse, and all-purpose interactive) so a shift from cheap to expensive compute is caught even if raw job counts are flat. The second condition is what stops the card crying wolf during legitimate growth. A retailer running a sale week will genuinely process more orders, run more pipelines, and serve more dashboards, of course DBUs rise. The engine only escalates when the DBU curve has decoupled from the workload curve, which is the fingerprint of inefficiency: a Photon downgrade, a cluster that stopped auto-terminating, a notebook left running, a query that lost its partition pruning, or autoscaling that scaled up and never came back down. Billable usage data in system.billing.usage settles over a few hours, so the comparison is recomputed daily rather than minute-by-minute. The alert is intentionally a weekly signal: it is the FinOps tripwire, not the real-time one. For real-time cost runaway, DBU Burned (24h) and Long-Running Jobs (>1h) move faster.

Worked example

A data platform team supports an ecommerce analytics estate. The FinOps lead reviews this card every Monday morning. Snapshot taken on 11 May 26. The maths:
The card lights amber with the headline DBU +57% WoW, workload flat. This is the textbook decoupling: spend surged but the business did roughly the same amount of work. The platform lead opens the drill-down and works the standard playbook:
  1. Attribute the spend. DBU by Cluster (7d) shows the extra 5,200 DBU is concentrated in analytics-shared, an all-purpose cluster, not the job clusters. That immediately rules out “the pipelines got heavier”.
  2. Check for idle waste. Idle Cluster DBU Wasted (24h) confirms analytics-shared ran 24/7 all week. Someone changed its auto-termination from 30 minutes to “never” during a debugging session and forgot to revert it.
  3. Quantify the bill. 5,200 extra DBU at an illustrative blended 0.55/DBUisabout0.55/DBU is about 2,860 for one week, or roughly $149,000/year if left unchecked.
  4. Fix and annotate. Auto-termination is restored to 30 minutes. The lead annotates the week so the following Monday’s comparison (which will show a 35% drop back to baseline) is understood as a fix, not a new anomaly.
The lesson the team internalises: a 50% DBU rise is not automatically bad. A 50% DBU rise that your order book, job log, and query log cannot explain almost always is.

Sibling cards

Reconciling against the source

Where to look in Databricks:
Account console → Usage dashboard for the canonical DBU spend by day, SKU, and workspace. This is the authoritative source the alert is built on. system.billing.usage system table in Unity Catalog: query DBU per day directly to reproduce the 7-day windows exactly. system.lakeflow.job_run_timeline and system.query.history for the workload comparators (job runs and SQL volume) that determine the “proportional workload” verdict.
Why our verdict may legitimately differ from the Usage dashboard: Cross-connector reconciliation:

Known limitations / FAQs

We ran a one-off historical backfill this week and the alert fired. Is that wrong? No, it is working correctly: a backfill is a genuine spend spike that the recurring workload comparators do not see (a backfill is extra job runs against old data, not the normal schedule). Annotate the week so the next comparison treats it as expected, and so the following week’s drop back to baseline is not read as a new anomaly in reverse. Why 50% and not a smaller threshold? 50% is the level at which a week-over-week move is almost never noise and almost always a real change worth a human’s attention. A lower threshold (say 15%) would fire most weeks for ordinary fluctuation and the team would tune it out. If your estate is very stable and you want earlier warning, lower the threshold in the Alert Rules tab; if you run a spiky workload, raise it. The alert fired but our order volume genuinely went up 50% for a sale. Why was it not suppressed? The suppression depends on the workload comparators being correctly wired. By default the engine compares DBU growth against job-run and SQL-query growth, not ecommerce order volume directly. If your DBU scales with orders but your job and query counts stayed flat (for example, the same jobs simply processed more rows each), the comparator can miss it. In that case, add the ecom order-volume comparator via DBU Burn vs Ecom Order Volume so the sale is recognised. Does this catch a spike that lasted only a day? Not reliably, and that is by design. A single bad day is diluted across the 7-day average and may not reach +50% for the week. The day-level signal lives on DBU Burned (24h), which uses a 24h-versus-prior comparison. Read the two together: the 24h card catches the spike, this card catches the sustained drift. Can the alert tell me what caused the rise? This card tells you that spend decoupled from work; it does not name the root cause by itself. The drill-down points you to DBU by Cluster (7d) for attribution and Idle Cluster DBU Wasted (24h) for the most common cause. Vortex Mind can run the attribution chain automatically when the alert fires. Will fixing the problem trigger a second, opposite alert next week? No. The card only fires on increases, not decreases. The week after a fix will show a drop back toward baseline, which is silent. Annotating the original week keeps the audit trail clean for finance.

Tracked live in Vortex IQ Nerve Centre

DBU Burn +50% Week-over-Week is one of hundreds of KPI pulses Vortex IQ tracks across Databricks and 70+ other ecommerce connectors. Nerve Centre runs the detection layer; Vortex Mind investigates the cause when something moves; Ask Viq lets you interrogate any number in plain English. Start for free or book a demo to see this metric running on your own data.