Jaeger: RUM (Real User Monitoring) ?

Created on 15 Jul 2020  路  3Comments  路  Source: jaegertracing/jaeger

Does the Jaeger tracing ecosystem provide something like Elastic APM RUM ?

question

Most helpful comment

Thanks for the links. The blog still sounds pretty confusing as to what exactly they are trying to do. You can certainly get traces into Jaeger like the ones they showed, if you instrument your frontend application. Jaeger itself does not provide instrumentation (it's not in the scope of the project), but you can use OpenTelemetry which has good support for JS and is natively integrated with Jaeger. As far as user activity metrics, and dimensions like geo locations - that's not what Jaeger is built for, I would point you to Grafana and Prometheus.

All 3 comments

The page you linked has practically zero information about what exactly E-APM supports w.r.t. RUM. It sounds more like metrics.

Thanks for the links. The blog still sounds pretty confusing as to what exactly they are trying to do. You can certainly get traces into Jaeger like the ones they showed, if you instrument your frontend application. Jaeger itself does not provide instrumentation (it's not in the scope of the project), but you can use OpenTelemetry which has good support for JS and is natively integrated with Jaeger. As far as user activity metrics, and dimensions like geo locations - that's not what Jaeger is built for, I would point you to Grafana and Prometheus.

Was this page helpful?
0 / 5 - 0 ratings