region
property to the events we send in to Orb, and we’ll use this to model our new pricing scheme.
Ingesting new events with a region property
region
property, you can use a very similar command to the one we used in the ingestion guide, but with a few changes. As before, fill in the TIMESTAMP
and TOKEN
fields with the appropriate values.Region | Price per event |
---|---|
us-east-1 | $0.75 |
us-west-1 | $0.85 |
us-west-2 | $0.90 |
eu-west-1 | $0.95 |
GROUP BY
operator across one or multiple dimensions to the billable metric. In this example, we’ll add one grouping, “region” and we’ll set the price per dimension to the values mentioned above alongside the discount.
We’d also like to start charging a $1000 platform fee that is paid in-advance, which means our customers will pay for this fee for the upcoming month in every cycle. In Orb, we call this a fixed fee, which can be configured to bill in-advance or in-arrears.