concept

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

  1. An MVP app sends a usage event for each significant action
  2. Usage Tracker aggregates events
  3. The billing system deducts funds from the user’s balance
  4. 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.

Related posts

Ready to get started?

Create an account to access Usage Tracker.

Open dashboard