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.

Ask HN: How is your backend instrumented?

12 pointsby parthiabout 5 years ago
Backend and data engineers, what analytics tools do you use to instrument your backend? What is your stack and DB? What are you tracking?

2 comments

mrwnmonmabout 5 years ago
Was using datadog&#x27;s APM to track the transactions and our API usage. But because we are using GC AppEngine, we had to use a workaround by installing the agent on a separate VM. Then we found out that we will have to pay for APM and that VM too, not just APM, so we left it.<p>We tried newrelic before, it was good, but datadog seemed like a complete solution (and has better design).<p>Actually I am surprised that there is no high quality open source APM.
评论 #23298159 未加载
评论 #23296850 未加载
评论 #23296687 未加载
oweilerabout 5 years ago
We use instana.io. It&#x27;s UI is clunky but gets the job done. It allowed us to troubleshoot multiple severe bugs in production which would have been hard to solve otherwise.