Usage Tracker
Resource and API call usage tracking
Get access In development
What it is
Usage Tracker is an internal ecosystem service that counts resource usage per user.
How it works
- An MVP app sends a usage event for each significant action
- Usage Tracker aggregates events
- The billing system deducts funds from the user’s balance
- The user sees the history in their dashboard
Event types
- api_call — external API call via proxy
- compute — compute resource usage
- storage — data storage
Connection to proxy
Every call through API Proxy automatically creates a usage event. Users don’t need to configure anything — tracking is built into the architecture.
Status
In the design phase. Implementation will begin with the first MVP.