Traces
A trace is the run’s steps in order: each tool call with its arguments, and the result that came back. It is the same data live and after the fact, so a run you watched stream is replayable later without extra instrumentation.Metering
Each run records prompt tokens, completion tokens, total tokens, cost in USD, and wall-clock duration, taken from the provider’s own usage block.- rather than $0 so the two cannot be confused, and anything summing
these values can tell them apart.
Eval runs carry
source = "eval" and are excluded from AI Monitoring and
cruqai runs by default. A single model comparison can add hundreds of rows,
which would otherwise bury real traffic.Over the API
usage on each run:

