Hacker News new | ask | show | jobs
by OldFatCactus 2223 days ago
have you seen any implementations of internal tracing like APM being used with Grafana? I think lack of a good open source alternative to New Relic or Datadog APM kinda killed OSS monitoring for my company.

The Jaeger integration is a good step in the right direction though, kudos!

1 comments

What more would you like to see than what Jaeger provides?
Jaeger is used for traces between distributed systems (external)

Traditional APM products are internal traces

AFAIK, You can have internal trace markers, not just between apps. I've used that (for Jaegger) in one of our Windows Application to see the call-graph (it's a level editor for our game), and it was tracking the loading of various resources across multiple threads, then it was visualized with jaeger and even zipkin.