-
Feature
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
False
-
-
False
-
subs-cost
Some services, cloud and on-prem, are charged based on different prices for different tiers.
Eg
|
Rate |
|---|---|
| 0-999 | $0.17 USD |
| 1,000-9,999 | $0.16 USD |
| 10,000+ | $0.15 USD |
It might even be that the first tier is zero because it was some committed spend that was pre-paid:
Eg
|
Rate |
|---|---|
| 0-999 | 0 |
| 1,000+ | $0.17 USD |
We should support this for all our rates.
The way I imagine this, it's one more toggle in the rate creation screen: "create rate by tier". Note that the combination of tier + tag is a valid case, i. e. "0-999 vCPU-hours AND tagged with app=xyz => rate 0.5 USD; 0.999 vCPU-hours AND tagged app=foo => rate = 1 USD"

