Is that all datadog is? I read the horror stories, the monthly bills of 10's of thousands for one server and just assumed there was something more substantial to the product; like they did something groundbreaking or novel. I never cared enough to actually look and see what they did. I use uptime-kuma - https://github.com/louislam/uptime-kuma - it obviously does a fraction of what these other things do but it does ev…
Show HN: OneUptime – open-source Datadog Alternative
11–20 of 70 posts
Re: Show HN: OneUptime – open-source Datadog Alternative
#12Re: Show HN: OneUptime – open-source Datadog Alternative
#13What does it use for integration/workflow; frontend seems theirs but backend seems not in the repos. I saw more solutions like this boasting ‘5000+’ integrations but I cannot find the code for that (I might have missed it)?
OneUptime is 100% open source, and always will be. It's a mono-repo and backend is divided into few services.
Re: Show HN: OneUptime – open-source Datadog Alternative
#14What does it use for integration/workflow; frontend seems theirs but backend seems not in the repos. I saw more solutions like this boasting ‘5000+’ integrations but I cannot find the code for that (I might have missed it)?
I believe this is what you're looking for: https://oneuptime.com/product/workflows OneUptime is 100% open source, and always will be. It's a mono-repo and backend is divided into few services.
Re: Show HN: OneUptime – open-source Datadog Alternative
#15Is that all datadog is? I read the horror stories, the monthly bills of 10's of thousands for one server and just assumed there was something more substantial to the product; like they did something groundbreaking or novel. I never cared enough to actually look and see what they did. I use uptime-kuma - https://github.com/louislam/uptime-kuma - it obviously does a fraction of what these other things do but it does ev…
The "omg my bill is out of control" issue is usually manifest from a few sources, one of the biggest is relying heavily on custom metrics added over time, and so you think you're paying X but really you end up paying 2-3X or more by the end of the year. But the tricky thing is, most of those things that cost a lot of money either have a lot of value, or held a lot of value at the time.
(I work for a Datadog competitor)
Re: Show HN: OneUptime – open-source Datadog Alternative
#16Earlier quoted context omitted.
I believe this is what you're looking for: https://oneuptime.com/product/workflows OneUptime is 100% open source, and always will be. It's a mono-repo and backend is divided into few services.
I guess I should get into the chat with you, but I meant; you integrate with, let’s say, Jira; there is no jira calling code in the repos, so how does that happen. Bit too in depth for here maybe.
Re: Show HN: OneUptime – open-source Datadog Alternative
#17I don't understand what this uses for a storage backend. Object storage? DBMS? Custom? I see references to Clickhouse in the repo...
Re: Show HN: OneUptime – open-source Datadog Alternative
#18I always liked Datadog as a product but it's also true that it is simply way too expensive if you don't spend significant time cost optimizing. But hosting it myself doesn't really seem like a great solution, I rather invest time in making my app robust than making my monitoring stable.
Re: Show HN: OneUptime – open-source Datadog Alternative
#19How does this compare to the usual Grafana stack?
Grafana started as visualization tool and has now decoupled multiple products for observability - LGTM stack (Loki for logs, Grafana for visualization, Tempo for traces, and Mimir for metrics). You need to configure and maintain multiple sub-products for a full-stack observability setup.
While grafana stack is great, OneUptime has all of these in one platform and makes it really simple to use.
We also are built natively on OpenTelmetry, use clickhouse for logs / metrics / traces storage - so queries are really fast.
Re: Show HN: OneUptime – open-source Datadog Alternative
#20Is that all datadog is? I read the horror stories, the monthly bills of 10's of thousands for one server and just assumed there was something more substantial to the product; like they did something groundbreaking or novel. I never cared enough to actually look and see what they did. I use uptime-kuma - https://github.com/louislam/uptime-kuma - it obviously does a fraction of what these other things do but it does ev…