Top "Jaeger" questions

Jaeger is a modern, secured, distributed, highly-scalable, SPoF avoided tracing system ( open sourced ). It can be used for monitoring microservice-based architectures with a Javascript / React Web UI and Cloud deployed collection of Docker images, operating as the system-backend.

How to enrich Jaeger opentracing data with the application logs (produced by slf4j) for Spring Boot?

There is an existing Spring Boot app which is using SLF4J logger. I decided to add the support of …

spring-boot logging slf4j opentracing jaeger
How to configure Jaeger with elasticsearch?

I have tried executing this docker command to setup Jaeger Agent and jaeger collector with elasticsearch. sudo docker run \ -p 5775:5775/…

docker elasticsearch opentracing jaeger distributed-tracing
Configuring Jaeger in Spring application

I would like to configure Jaeger in my Spring application. Somehow I cannot find a proper way to do this. …

spring opentracing jaeger