Ask HN: How to built a HIGHLY scalable API monitoring tool?
I am looking for best resources to get started with to built a HIGHLY scalable API monitoring tool. I did some research to use Hangfire, AWS SNS/Lambda/SQS, couldn't figure out the best possible solution. There will be thousands of APIs and minimum interval could be 10secs.
4 comments
[ 2.7 ms ] story [ 20.6 ms ] threadFor the first, Prometheus should suffice
* Cortex https://cortexmetrics.io/
* Thanos https://thanos.io/
* VictoriaMetrics https://github.com/VictoriaMetrics/VictoriaMetrics
* Timescale https://www.timescale.com/
Choose any which fits your needs. Also, for "thousands of APIs and minimum interval could be 10secs" one Prometheus server might be more than enough.