Skip to main content

Module stats

Module stats 

Source

Structs§

QueryStats
Query-level metadata collected after resolver execution. Application layer uses this for observability, billing, or logging. This struct intentionally contains no cost/credit/price fields — billing logic belongs in the application, not the generic library.

Type Aliases§

StatsCallback
Callback invoked after each cube query execution with query metadata. The application layer registers this to collect stats for billing, logging, etc.