Ask HN: Open-source NewRelic / DataDog APM alternative?

4 points by vital101 ↗ HN
I'm curious if there is a good open source alternative out there for NewRelic or DataDog's APM service. I see lots of options for log aggregation or server monitoring, but haven't found anything with application integration so you can trace transactions.

2 comments

[ 2.9 ms ] story [ 12.0 ms ] thread
Prometheus & ELF (formerly ELK) stacks

Much easier to run if you are on k8s

Moskito is probably the closest thing that I've seen. We've done some custom wrappers using JMX and other things but with sidecars instead of directly integrated to Java.