TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How do you monitor multiple cloud infrastructure services?

3 点作者 tsestrich超过 8 年前
Our startup is getting ready to launch, and I&#x27;m looking for an &quot;easy&quot; way to monitor our usage of the various cloud services that our product is built on. Specifically, I&#x27;d ideally like to monitor:<p>- Heroku performance and system usage<p>- Heroku logs (optional I suppose)<p>- SendGrid email usage (how have been sent)<p>- AWS S3 stats, particularly storage size<p>- Maybe errors from NewRelic<p>- Our own internal DB data (signups, etc)<p>- Etc.<p>I&#x27;ve looked, and couldn&#x27;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.<p>I realize constant real-time info might not be necessary all the time, but I&#x27;m thinking of like a monitor that just has this up in the background.<p>What do you all use?

1 comment

rpeden超过 8 年前
I haven&#x27;t used it personally, but I know a couple of people who have had some success using Stackdriver: <a href="https:&#x2F;&#x2F;cloud.google.com&#x2F;monitoring&#x2F;" rel="nofollow">https:&#x2F;&#x2F;cloud.google.com&#x2F;monitoring&#x2F;</a><p>For the individual services, there are monitoring tools like S3Stat[1], created by HN user jasonkester. It does a great job and is affordable, but I realize that individual tools like this don&#x27;t necessarily help with aggregating everything into a single view.<p>I&#x27;ve been thinking about creating a desktop app that helps with this. When I&#x27;m already paying monthly for a bunch of services, I often want to avoid a bunch of extra monthly fees for monitoring them all. The way I envision it, the app would come with plugins for monitoring common services, and make it easy to create new plugins for monitoring any cloud or local service you might have. Do you think something like this would be useful, or just overkill for most people?<p>[1] <a href="https:&#x2F;&#x2F;www.s3stat.com&#x2F;home.aspx" rel="nofollow">https:&#x2F;&#x2F;www.s3stat.com&#x2F;home.aspx</a>
评论 #13072203 未加载