|
|
|
Ask HN: How to monitor usage per user to implement performance based pricing?
|
|
1 points
by hchua
2058 days ago
|
|
I'm curious how does one implement performance-based pricing, e.g. X bandwidth and Y storage for tier 1 plans, X2 bandwidth and Y2 storage for tier 2 plans. I've also seen memory and cpu limits in some pricing plans before. As for database usage, how do you monitor how much storage the account is using considering the data is spread across multiple tables? Is there a tool that does all these? |
|
1. you need accurate, timely, and granular monitoring metrics, network is typically the hardest here
2. A quota system and control mechanisms
3. Databases limits are typically record based or you run a DB per customer / chargeable unit
Using VMs rather than Kubernetes makes things easier for you, but then you lose some opportunities for lower cost of goods
Of course, your options will depends on your pricing model and product. This is a large reason a common solution does not exist, another is where you run your services.