synthetic-monitoring-app
synthetic-monitoring-app copied to clipboard
Provide warning feedback to free tier users if their execution settings exceed limit
This ticket should be addressed after https://github.com/grafana/synthetic-monitoring-app/issues/914 has been completed.
Problem
Free tier users have a 100k limit before they are unable to create checks. During check creation / editing they will want to know if their frequency / probe location combination will take them above their remaining quota so they can adjust their options to bring them beneath the threshold.
e.g. a user have have 3 checks running that cumulatively uses 80,000 executions (approx.) per month, this means they have 20,000 executions left per month before their quota is exceeded.
Completion criteria
- [ ] On the Execution step of check creation / editing display a warning that their current selection will take them above their monthly quota and by how much it would be exceeded by
- [ ] Ensure your solution has the appropriate integration tests
Please see the accompanying parent ticket for considerations. The same apply to this ticket.