Orb What's new in Orb logo
Back to Homepage

What's new in Orb

Subscribe to Updates

Labels

  • All Posts
  • API
  • Dashboard
  • Integrations
  • Performance
  • Subscription Management
  • Billable Metrics
  • Feature
  • Invoices
  • Customer Portal
  • Improvement
  • Tax
  • IT Administration
  • Revenue Reporting
  • Webhooks
  • Plan Configuration
  • Developer Experience
  • Pricing Models
  • Usage Data
  • Coupons
  • Credits
  • Data Exports

Jump to Month

  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
Changelog byAnnounceKit

Create yours, for free!

2 years ago

Backfills for older usage events

Orb is built for real-time event ingestion, so the API enforces a grace period on event timestamps. This ensures we're able to pre-compute queries over older usage data, making them quicker to serve (e.g. for usage graphs).

But what if you want to ingest older usage events? Some use cases we've seen include:

  1. You've made a mistake in your reported events, so you want to replace the events in a time range.
  2. Your usage event reporting pipeline was down for a period, so you want to fill in those events.
  3. You're integrating with Orb for the first time and want to send in historical events.

You can now ingest older usage events with backfills. Backfilling usage events is now possible in 3 simple steps:

  1. Create the backfill
  2. Ingest events referencing that backfill
  3. Close the backfill, making the updated usage data visible in Orb.

You can also revert a backfill, allowing you to undo mistakes.

Visit our docs to read about creating event backfills.