TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What logging SaaS solution do you use?

2 pointsby fpereiro4 months ago
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 comments

huncyrus4 months ago
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 未加载
hellcow4 months ago
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 未加载
swah4 months ago
Sentry
评论 #42789978 未加载