Skip to content

Usage Explorer

Usage Explorer shows telemetry about your own product — API requests, orders, active seats, GB processed, or any other count you send in — separately from cost data. Cost sources tell you what you spent; usage tells you how much work that spend produced.

Usage data reaches Plutus one of two ways:

  • Pushed from your own backend. You call the usage ingestion API with an API key and send events as they happen (or on whatever schedule you choose). See Usage ingestion API for the request format and authentication.
  • Pulled from a metered-billing provider. If you connect a usage source like Stripe Billing usage records, Metronome, or Chargebee, Plutus syncs usage on that source’s own schedule, the same way a cost source syncs.

Either way, each data point has a metric name, a numeric quantity, and a timestamp. You can send more than one metric — for example, both api_requests and orders_completed — and choose which one to look at in the explorer.

Usage Explorer works like Cost Explorer: pick a metric, a date range, and a grouping. The chart shows quantity over time; the table below it breaks the total down by whatever dimension you picked (a tag, a customer ID, or whatever your own data carries).

There’s no cost figure on this page by itself — usage on its own is just a count. To turn a count into a cost figure, use unit economics.

Unit economics divides a cost figure by a usage metric to produce a ratio, such as cost per API request or infra cost per customer. It’s a separate page (Unit economics), but the usage side of that ratio is exactly the data you see here — a unit metric can only use a metric that’s already showing up in Usage Explorer.

If a metric you expect to use for unit economics isn’t showing data, check that the usage source or ingestion integration sending it is connected and has synced recently before troubleshooting the unit metric itself.