Attribution & Finance

Metering accuracy

How completely and correctly a system counts the usage it bills. A meter is accurate when every unit of consumption is captured exactly once — idempotently, under load, attributed to the right customer. The maxim: metering accuracy is revenue accuracy — every dropped or double-counted event is money mis-billed.

Example

A batched meter drops events during a traffic spike; each dropped event is a token served but never billed. An idempotent meter keyed on your own request id captures each call exactly once, so retries never double-bill and spikes never under-bill.

This is a Tokenality concept. See how it works in the product overview or the live playground.