Live data from Hacker News

Ask HN: What do you run instead of Datadog?

news.ycombinator.com

1–10 of 25 posts

Ask HN: What do you run instead of Datadog?

#1
Datadog has turned into an ever loving piece of shit. I am sick of their sales team grabbing us by the ankles and "Accidentally" charging for services we don'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).

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't one of Splunk (cost prohibitive), Sumo-Logic (Also assholes), or Datadog?

It would be nice to just self host a service that stored logs in S3 using iceberg format. However, I don't think such a tool exists.

Re: Ask HN: What do you run instead of Datadog?

#4
I totally understand your frustration with Datadog'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?

Re: Ask HN: What do you run instead of Datadog?

#10
Datadog is a monstrosity, they do so many things, most of which you don't know or don't care about, so which ones do you need?

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.

Also, I hope you're on OTEL already, since it makes changing providers the most easy task ever.

Post reply on HN