Live data from Hacker News

Ask HN: How is your backend instrumented?

news.ycombinator.com

1–8 of 8 posts

Re: Ask HN: How is your backend instrumented?

#2
Was 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.

Re: Ask HN: How is your backend instrumented?

#3
post #2

Was 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…

What about product analytics?

Re: Ask HN: How is your backend instrumented?

#4
post #2

Was 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…

Huh? Prometheus definitely exists.

Re: Ask HN: How is your backend instrumented?

#5
post #2

Was 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…

Huh? Prometheus definitely exists.

I don't find it easy to use. I want something like existing APM SaaS.

Re: Ask HN: How is your backend instrumented?

#6
post #3
post #2

Was 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…

What about product analytics?

Heap is great.

Re: Ask HN: How is your backend instrumented?

#7
post #2

Was 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…

Is 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.