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.
Are you looking to see of they are up or to inspect the input/output pairs for correctness?
For the first, Prometheus should suffice