Ask HN: How do you monitor web apps and apis?
How do you monitor performance and errors of web apps and APIs? We get emails whenever there is an exception, but this is becoming less and less usable as we grow.
We process at least 500K requests a day. We have 20+ web applications on each environment and 100+ servers in several region. We use .NET.
We are trying out Stackify[stackify.com], but wondering if there are any better tools.
Thank you.
3 comments
[ 3.2 ms ] story [ 20.2 ms ] threadTo monitor the actual servers, I tend to use CloudWatch (since we are on AWS), but New Relic and DataDog are popular options.
I also use Pingdom to hit all our servers routinely (once a minute or so), and let us know if something goes down or is taking too long to respond. This is a bit of a redundant check considering the other metrics we have, but I like having some redundancy there.
Hope that helps.
Logentries is a good one.