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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What do you run instead of Datadog?

13 点作者 theorlandog4 个月前
Datadog has turned into an ever loving piece of shit. I am sick of their sales team grabbing us by the ankles and &quot;Accidentally&quot; charging for services we don&#x27;t use. Now, this morning they changed something with their AWS integration that is causing 10X the API calls against our accounts (and thus, 10X guardduty costs on our end analyzing those API requests).<p>I have had enough of their bullshit and want to find a new vendor. What is everyone using for cloud scale logging and monitoring these days that isn&#x27;t one of Splunk (cost prohibitive), Sumo-Logic (Also assholes), or Datadog?<p>It would be nice to just self host a service that stored logs in S3 using iceberg format. However, I don&#x27;t think such a tool exists.

15 条评论

digikata4 个月前
We self-host on our own open-source product, but it helps to have a streaming data platform as a product. Not too difficult to write a connector-sink to S3. <a href="https:&#x2F;&#x2F;www.fluvio.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.fluvio.io&#x2F;</a><p>The caveat is that this is a general purpose data streaming product, so it isn&#x27;t that opinionated or customized for logging. We still use logging custom frontends for browsing (e.g. grafana), but for core logging&#x2F;monitoring&#x2F;billing and critical alerts, it&#x27;s just Fluvio.<p>Been looking at the <a href="https:&#x2F;&#x2F;coroot.com" rel="nofollow">https:&#x2F;&#x2F;coroot.com</a> ebpf collectors to see if we can replace our sidecar sources recently.
TobbenTM4 个月前
Datadog is a monstrosity, they do so many things, most of which you don&#x27;t know or don&#x27;t care about, so which ones do you need?<p>We ended up going for HyperDX, just because I really favour fast log searches and simple alerts straight to Slack, but many of these Clickhouse-powered observability suites like Signoz, BetterStack, etc will do the job. Just depends how much you want to pay.<p>Also, I hope you&#x27;re on OTEL already, since it makes changing providers the most easy task ever.
评论 #43042785 未加载
thiago_fm4 个月前
I like SigNoz, it isn&#x27;t as good as Datadog yet, but I can see it growing to be just as good, with a very small bill in comparison to DD, and a more sustainable revenue model.<p>They need to focus a lot on APM. Most people pay Datadog because of APM. The rest can be done quite well by using ELK stack or any other tools.
评论 #43032984 未加载
ivandorian4 个月前
Datadog’s antics are a headache, but I&#x27;m stuck with Splunk due to corporate compliance and security demands. We keep the costs in check by funneling our logs through Cribl. In my experience, most companies end up juggling Splunk, Wazuh, and some custom SecOps setups—no silver bullet, just a series of compromises that keep the auditors happy.
marshughes4 个月前
I totally understand your frustration with Datadog&#x27;s issues. How about the combination of Prometheus + Grafana? Prometheus is for monitoring data collection and Grafana is for visual display. They are open - source and free, allowing for flexible customization. Do you have any specific requirements for monitoring metrics and visualization?
oulipo4 个月前
I&#x27;ve tried highlight.io (I&#x27;m not affiliated) which I found quite nice, there is an open-source version, although I tried to spin it and it was complex to get it working, but I&#x27;m using their cloud version for now
pranay014 个月前
Check out SigNoz, <a href="https:&#x2F;&#x2F;github.com&#x2F;signoz&#x2F;signoz">https:&#x2F;&#x2F;github.com&#x2F;signoz&#x2F;signoz</a><p>Has metrics, logs and traces in a single app and built natively on OpenTelemetry<p>Disclaimer : I am a maintainer
评论 #43042779 未加载
评论 #43029536 未加载
scarface_744 个月前
You can always just use the native AWS services around CloudWatch alarms and metrics
pranabgohain4 个月前
Take a look at <a href="https:&#x2F;&#x2F;www.kloudmate.com" rel="nofollow">https:&#x2F;&#x2F;www.kloudmate.com</a><p>360 degree observability (Logs, Metrics, Events, Traces) with RUM, in-built Incident Management, full-featured access, unlimited users<p>PS: I&#x27;m associated with them.
dengolius4 个月前
VictoriaMetrics and VictoriaLogs with Grafana for graphs.
agentzero0004 个月前
Really depends on the scale you are running at
myshortfriend4 个月前
Coralogix
dantodor4 个月前
OpenObserve
评论 #43020292 未加载
g3orge4 个月前
panther.com
svdgexpert4 个月前
Take a look at Observe: <a href="https:&#x2F;&#x2F;account.observeinc.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;account.observeinc.com&#x2F;</a>
评论 #43045159 未加载