Ask HN: How do you monitor multiple cloud infrastructure services? Our startup is getting ready to launch, and I'm looking for an "easy" way to monitor our usage of the various cloud services that our product is built on. Specifically, I'd ideally like to monitor: - Heroku performance and system usage - Heroku logs (optional I suppose) - SendGrid email usage (how have been sent) - AWS S3 stats, particularly storage size - Maybe errors from NewRelic - Our own internal DB data (signups, etc) - Etc. I've looked, and couldn't come up with anything that would let me aggregate these into a single view. My default would be to do something like just opening a bunch of browser windows, or building a plain HTML page with a bunch of iFrames. I realize constant real-time info might not be necessary all the time, but I'm thinking of like a monitor that just has this up in the background. What do you all use? |