7 ms·
Ask HN: How is your backend instrumented?
Backend and data engineers, what analytics tools do you use to instrument your backend? What is your stack and DB? What are you tracking?
- mrwnmonm 6y agoWas using datadog'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. We tried newrelic before, it was good, but datadog seemed like a complete solution (and has better design). Actually I am surprised that there is no high quality open source APM.
- parthi 6y agoWhat about product analytics?
- mrwnmonm 6y agoHeap is great.
- prakhunov 6y agoHuh? Prometheus definitely exists.
- mrwnmonm 6y agoI don't find it easy to use. I want something like existing APM SaaS.
- brianoconnor 6y agoIs NewRelic still investing into their APM product? I heard all original devs left. And I haven't seen any new feature in the last year's. And the last one (Error Analytics) looks clumsy and half-finished. Mobile support inexistent.
- oweiler 6y agoWe use instana.io. It'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.