Ask HN: What do you run instead of Datadog?
11–20 of 25 posts
Re: Ask HN: What do you run instead of Datadog?
#12They 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.
Re: Ask HN: What do you run instead of Datadog?
#13Check out SigNoz, https://github.com/signoz/signoz Has metrics, logs and traces in a single app and built natively on OpenTelemetry Disclaimer : I am a maintainer
Re: Ask HN: What do you run instead of Datadog?
#14The 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.
Re: Ask HN: What do you run instead of Datadog?
#15Check out SigNoz, https://github.com/signoz/signoz Has metrics, logs and traces in a single app and built natively on OpenTelemetry Disclaimer : I am a maintainer
Love it, it's epic. I can't wait to see you folks become very successful!
Do share any feedback you have on github or on our slack community - https://signoz.io/slack
Re: Ask HN: What do you run instead of Datadog?
#16I like SigNoz, it isn'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. 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 :)
Re: Ask HN: What do you run instead of Datadog?
#17Re: Ask HN: What do you run instead of Datadog?
#18Check out SigNoz, https://github.com/signoz/signoz Has metrics, logs and traces in a single app and built natively on OpenTelemetry Disclaimer : I am a maintainer
Re: Ask HN: What do you run instead of Datadog?
#19Datadog 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 alread…