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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Kibana, Grafana, Chatbots, SMS – How do you keep an eye on your product?

15 点作者 BloodKnight9923超过 8 年前
I&#x27;ve been playing with ELK (Elasticsearch, Logstash, Kibana) stacks for the past couple months and that has given me great insights into what my product is doing in a clustered state in real time. That coupled with a few monitoring scripts and I&#x27;ve finally gotten past feeling helpless. I have a few people saying I should check out Grafana, and I&#x27;ve seen several paid services in this areas too (logentries for example).<p>I also use chatbots to notify me when things are going wrong, or say when a customer signs up.<p>How do you keep track of your products, keep monitoring costs low, and know what&#x27;s going on?

5 条评论

jmkni超过 8 年前
I&#x27;ve gotten really into Slack recently.<p>I just log everything ye old fashioned way (text files) and then post anything important&#x2F;noteworthy to a couple of Slack channels.<p>It&#x27;s really easy to build custom integrations and Slack is running on all of our devices so as long as we are all subscribed to the relevant channels I can target <i>@channel</i> in my integration and we know straight away if something bad is happening.<p>I&#x27;ve use the ELK stack on previous projects, it works really well and isn&#x27;t that difficult to use (there are some great guides on Digital Ocean) and when I get the time I&#x27;m going to set it all up for my current project too.<p>The only thing is you have to host it somewhere, and it&#x27;s more justifying the budget for that.
评论 #13562126 未加载
man5quid超过 8 年前
Elastalert + Kibana + Slack is great if you use logstash&#x2F;streamstash to aggregate logs internally. I also combine new relic and slack for incident management.
评论 #13563328 未加载
wampwamp超过 8 年前
For log aggregation I use Elasticsearch + Logstash + Kibana. For statistics I use Influxdb + Telegraf + Grafana. For service alerts I use Consul + Consul Alerts. Notifications get sent to Pager Duty and&#x2F;or Slack from one of Kibana, Grafana, or Consul.<p>The Grafana graphs are especially fun to watch and Kibana has a nice logentries-esque plugin for searching and tailing logs.<p>It&#x27;s quite the system to setup but once it&#x27;s running everything else (i.e. the rest of your app) is much more manageable.
评论 #13563268 未加载
atmosx超过 8 年前
If you&#x27;re a lone developer (or a small team of developers) isn&#x27;t a lot better to use something like CloudWatch instead of messing with ELK?
评论 #13563258 未加载
exodos超过 8 年前
Zabbix(zabbix-slack-alertscript) &amp; StatusCake + Slack