Ask HN: What do you run instead of Datadog?
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.
24 comments
[ 5.1 ms ] story [ 63.2 ms ] threadHas metrics, logs and traces in a single app and built natively on OpenTelemetry
Disclaimer : I am a maintainer
Do share any feedback you have on github or on our slack community - https://signoz.io/slack
360 degree observability (Logs, Metrics, Events, Traces) with RUM, in-built Incident Management, full-featured access, unlimited users
PS: I'm associated with them.
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.
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.
We are actively working on shipping innovative features in this space. btw, we also have our launch week going on currently if you want to have a look :)
https://signoz.io/launch-week/
The caveat is that this is a general purpose data streaming product, so it isn't that opinionated or customized for logging. We still use logging custom frontends for browsing (e.g. grafana), but for core logging/monitoring/billing and critical alerts, it's just Fluvio.
Been looking at the https://coroot.com ebpf collectors to see if we can replace our sidecar sources recently.