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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What logging SaaS solution do you use?

2 点作者 fpereiro5 个月前
Hi HN! I am wondering if any of you is using a logging SaaS that you&#x27;re happy with. I&#x27;ve been using logz.io but I am not impressed with it, and our team&#x27;s research hasn&#x27;t uncovered better alternatives.<p>In short, what we&#x27;re looking for is: - Some service to which we can push our logs. - That will show our logs in their platform within 1-2 minutes of them being generated (almost real time). - That provides a decent UI for querying logs using free text search and date ranges. - That can let you set basic alerts to Slack. - That doesn&#x27;t cost an absurd amount of money (&lt; 1000x on the underlying computing resources).<p>Based on previous experience, I don&#x27;t want to run (or use) Grafana or Loki. I&#x27;d rather use a good SaaS and pay ~100USD&#x2F;mo for a relatively small volume of logs.<p>Do you have any alternatives that you&#x27;re happy with?

3 条评论

huncyrus5 个月前
Many companies sit on some cloud&#x2F;managed infrastructure that often provides internal logging, like AWS CloudWatch, which requires a bunch of tricks, configs, and smart logging strategies, but can be cheap even for hundreds of log streams and millions of log lines. I heard about Datadog, and how good and expensive it could be. I met many companies that use ELK or self-hosted Grafana.
评论 #42789973 未加载
hellcow5 个月前
I used Google Cloud&#x27;s logs, which were quite good. Things worked as you&#x27;d expect and logs were easy to query. It was also very cheap.<p>When my company was acquired we started using Sumo, which is enormously overcomplicated and extremely expensive. I would rather gnaw off my own leg than use Sumo in a new project.
评论 #42711405 未加载
swah5 个月前
Sentry
评论 #42789978 未加载