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: Uptrace – open-source APM (alternative to Datadog, NewRelic)

85 pointsby vmihailencoabout 2 years ago

9 comments

ryanrussellabout 2 years ago
Can we please not call this open source if it&#x27;s not?<p>The tool may be great, but the title leaves me skeptical of anything else.<p>From: <a href="https:&#x2F;&#x2F;github.com&#x2F;uptrace&#x2F;uptrace&#x2F;blob&#x2F;master&#x2F;LICENSE">https:&#x2F;&#x2F;github.com&#x2F;uptrace&#x2F;uptrace&#x2F;blob&#x2F;master&#x2F;LICENSE</a><p>Business Source License 1.1<p>Parameters<p>Licensor: Uptrace Licensed Work: Uptrace The Licensed Work is (c) 2021 Uptrace Additional Use Grant: You may make use of the Licensed Work, provided that you may not use the Licensed Work for a Tracing and Metrics Service.<p><pre><code> A &quot;Tracing and Metrics Service&quot; is a commercial offering that allows third parties (other than your employees and contractors) to access the functionality of the Licensed Work so that such third parties directly benefit from the tracing and metrics of the Licensed Work.</code></pre>
评论 #35812115 未加载
评论 #35655165 未加载
bognitionabout 2 years ago
I love seeing open source alternatives to these major vendors.<p>IMO the reason these vendors can and do charge so much is not because telemetry software is hard. Its because managing data at large volumes is incredibly challenging.<p>No matter what solution you pick, you&#x27;re going to hit scaling issues eventually. Sure you can start with a single instance, but eventually you&#x27;re going to need to shard, backup, replicate, etc... If you&#x27;re running a saas business with uptime expectations from your customers then your telemetry systems need to be rock solid.<p>This means either paying through the nose for a system that is mostly going to work. Or spinning up a team of engineers to active manage and operate your telemetry systems, and then spending years making your system rock solid.<p>Managing these systems is a challenging problem and its not one that most software engineers want to do or will enjoy. So its difficult to find the right people.
评论 #35653566 未加载
评论 #35654545 未加载
评论 #35653371 未加载
评论 #35654022 未加载
vmihailencoabout 2 years ago
Uptrace is an open-source APM tool that supports distributed tracing, metrics, and logs. You can use it to monitor applications and set up alerts to receive notifications via email, Slack, Telegram, and more.<p>In v1.4 release Uptrace got built-in alerting capabilities that allow to monitor metrics, manage alerts, and receive notifications without using AlertManager. But AlertManager is still supported.<p>While OpenTelemetry remains to be the main source of telemetry data, Uptrace also provides integrations for Prometheus metrics, Vector logs, FluentBit, Sentry, and CloudWatch.<p>You can quickly try Uptrace by:<p>- Running a Docker example: <a href="https:&#x2F;&#x2F;github.com&#x2F;uptrace&#x2F;uptrace&#x2F;tree&#x2F;master&#x2F;example&#x2F;docker">https:&#x2F;&#x2F;github.com&#x2F;uptrace&#x2F;uptrace&#x2F;tree&#x2F;master&#x2F;example&#x2F;docke...</a><p>- Checking Uptrace Cloud demo: <a href="https:&#x2F;&#x2F;app.uptrace.dev&#x2F;play" rel="nofollow">https:&#x2F;&#x2F;app.uptrace.dev&#x2F;play</a><p>If you have any feedback or questions, let me know in the comments!
评论 #35654476 未加载
m-o11yabout 2 years ago
If you&#x27;re in the market for a DataDog&#x2F;NewRelic alternative that&#x27;s based on OSS, but a bit more &quot;few-clicks-and-you-are-up-and-running&quot;, check out OpsVerse ObserveNow: <a href="https:&#x2F;&#x2F;opsverse.io&#x2F;observenow-observability&#x2F;" rel="nofollow">https:&#x2F;&#x2F;opsverse.io&#x2F;observenow-observability&#x2F;</a> .. An O11y platform entirely powered by OSS tools, ingestion-driven pricing, and without the hassle of managing the stack and scaling up.<p>We also recently spoke about how we leverage Clickhouse to build out our APM solution on top on Jaeger traces: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=19smsahx7Xg">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=19smsahx7Xg</a><p>--<p>Disclaimer: I work at OpsVerse, and we&#x27;re big fans of UpTrace (and other OSS O11y tools)
评论 #35656501 未加载
ttulabout 2 years ago
The reason we outsource monitoring to Datadog is so we don’t have to worry about monitoring while the rest of our revenue-generating infrastructure is having a bad day.<p>My team absolutely could do this in-house, but it would be a distraction day-to-day and potentially a disaster when dealing with a crisis.
bovermyerabout 2 years ago
If it doesn&#x27;t have profiling, it&#x27;s not an alternative to Datadog or New Relic.
darkwaterabout 2 years ago
A few questions if authors are around:<p>- is the metrics query language 100% compatible with PromQL or people will need to learn something new? - can logs &#x2F; metrics &#x2F; traces be visualized by some external app like Grafana?<p>- speaking of which, how does it compare to GrafanaLabs solutions (Loki&#x2F;Tempo&#x2F;Mimir)?<p>- how &quot;plug and play&quot; would be in a system using Prometheus+Thanos for metrics and Filebeat+Logsatsh+ElasticSearch for logs? EDIT: scratch that, there is enough doc on the website about this<p>Thanks!
dewlinedew2about 2 years ago
Should have called it updog
just_mcabout 2 years ago
We are using this and we have been very happy so far.