TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: OneUptime – open-source Datadog Alternative

233 pointsby devneelpatelabout 1 year ago

18 comments

JohnMakinabout 1 year ago
Multiple times in my career at a new job I&#x27;ve had to build a kind of bootstrapped OSS-based observability platform (mostly a mixture of prometheus and grafana typically) which can come with more overhead than you&#x27;d think and doesn&#x27;t usually provide a lot of the analytical stuff without stitching together a bunch of things. Datadog out of the box gives you everything you can possibly want - as others have stated bills can balloon, for instance if you run spot instances or have a lot of hosts coming up&#x2F;down I believe it bills you for each one even if it&#x27;s short lived.<p>I&#x27;ve been working with an enterprise license for a year and while I don&#x27;t really hear too much about cost, some simple considerations to the design of the infrastructure it was supporting seems to have prevented a ballooning bill (so far).<p>So for me, not having the engineering time or buy-in to build a whole home grown observability platform by using OSS tools like this (and all the quirks that can come with them) ends up being a lot more expensive than just sucking it up and buying an enterprise plan. At least so far.<p>If I had the option to do it from scratch how I wanted, with no time or budget constraints, I&#x27;d prefer of course not to be beholden to a major SaaS company that charges for ambiguous things that are hard to predict like &quot;per host&quot;, because it&#x27;s quite easy for these services to bury themselves so deep into your infrastructure that you just bite the bullet on whatever inevitable rug pull or price increase comes next. It has happened to me before managing enterprise Hashicorp Vault.
评论 #39919769 未加载
jascha_engabout 1 year ago
I always liked Datadog as a product but it&#x27;s also true that it is simply way too expensive if you don&#x27;t spend significant time cost optimizing. But hosting it myself doesn&#x27;t really seem like a great solution, I rather invest time in making my app robust than making my monitoring stable.
评论 #39907044 未加载
评论 #39936734 未加载
评论 #39907109 未加载
评论 #39909684 未加载
blitzarabout 1 year ago
Is that all datadog is?<p>I read the horror stories, the monthly bills of 10&#x27;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.<p>I use uptime-kuma - <a href="https:&#x2F;&#x2F;github.com&#x2F;louislam&#x2F;uptime-kuma">https:&#x2F;&#x2F;github.com&#x2F;louislam&#x2F;uptime-kuma</a> - it obviously does a fraction of what these other things do but it does everything I need.
评论 #39906702 未加载
评论 #39906325 未加载
评论 #39907100 未加载
评论 #39906184 未加载
remramabout 1 year ago
I don&#x27;t understand what this uses for a storage backend. Object storage? DBMS? Custom? I see references to Clickhouse in the repo...
评论 #39907003 未加载
评论 #39905969 未加载
anonzzziesabout 1 year ago
What does it use for integration&#x2F;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)?
评论 #39906497 未加载
Xcelerateabout 1 year ago
Question for those in the observability space: do moment-in-time observations preserve all of the dimensions of the event, and if so, how do most observability platforms compress the high volume of (ostensibly) low-rank data?
评论 #39908850 未加载
评论 #39908128 未加载
remramabout 1 year ago
How does this compare to the usual Grafana stack?
评论 #39907087 未加载
评论 #39922083 未加载
sidcoolabout 1 year ago
I may be cynical here, but I find that all open source datadog alternatives are mostly frontend focussed with an out of the box database. And it does not scale well. It&#x27;s not easy to maintain, scale, shard etc. Am I wrong?<p>P.S. I am all for OSS.
评论 #39910201 未加载
评论 #39909582 未加载
评论 #39908309 未加载
ChrisCooneyabout 1 year ago
Hey! If you’re looking for open source friendly with really straight forward cost, check out Coralogix.com.<p>Great features for logs, metrics &amp; traces, total compatibility with open telemetry, cost optimization tools built in (DataDog leavers typically save around 50%), and much more!<p>Check out our site, and you can find me on LinkedIn (or indeed reply here !) if you want to ask further questions.<p><a href="https:&#x2F;&#x2F;www.coralogix.com" rel="nofollow">https:&#x2F;&#x2F;www.coralogix.com</a>
markhalonenabout 1 year ago
we&#x27;ve been pretty happy with just a Clickhouse DB and sending metrics directly from api servers to Clickhouse HTTP <a href="https:&#x2F;&#x2F;clickhouse.com&#x2F;docs&#x2F;en&#x2F;interfaces&#x2F;http" rel="nofollow">https:&#x2F;&#x2F;clickhouse.com&#x2F;docs&#x2F;en&#x2F;interfaces&#x2F;http</a> . Hook up Grafana and you have a nice raw SQL (our team loves SQL) Grafana dashboard.
pdimitarabout 1 year ago
I can see some commits mentioning telemetry but it&#x27;s not at all mentioned on the GitHub README. Strange.<p>It looks solid and I&#x27;d try it if the need arises.
评论 #39909233 未加载
nurettinabout 1 year ago
I make apps call home and aggregate incoming pings in grafana, because some of them are behind a vpn.
评论 #39916000 未加载
kylegalbraithabout 1 year ago
Do you not offer Arm images for the various services? For folks wanting to run this stack, I&#x27;d imagine some of them are interested in running on Arm for better cost optimization. Maybe it doesn&#x27;t matter for how lightweight the services may be.
mosselmanabout 1 year ago
If you self-host, do you still need a paid plan? Are there any limitations?
评论 #39916005 未加载
nodesocketabout 1 year ago
If using the Helm chart to install, does it also automatically monitor the cluster that oneuptime is installed on? Didn&#x27;t see the Kubernetes integration docs
评论 #39915988 未加载
matthewcfordabout 1 year ago
This is interesting; we&#x27;ve also been building an incident management tool, hoping to open-source it shortly, once it is ready.
htrpabout 1 year ago
<a href="https:&#x2F;&#x2F;oneuptime.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;oneuptime.com&#x2F;</a> also makes it a managed service to compete with datadog
Rapzidabout 1 year ago
Lot of interesting OSS observability products coming out in recent years. One of the more impressive(and curious for many reasons) IMHO is OpenObserve: <a href="https:&#x2F;&#x2F;github.com&#x2F;openobserve&#x2F;openobserve">https:&#x2F;&#x2F;github.com&#x2F;openobserve&#x2F;openobserve</a> .<p>As opposed to just a stack, they are implementing just about the whole backend shebang from scratch.
评论 #39906004 未加载
评论 #39906205 未加载
评论 #39910488 未加载
评论 #39923074 未加载
评论 #39911069 未加载
评论 #39907605 未加载