Hi All,
We are trying to implementing opentracing with jaeger as dashboard, after running several days we found that accessing jaeger ui is quite slow , almost unable to load the page ( keep loading )
we are using jaeger v 1.21.0 with jaeger ui v 1.12 as running as docker image using this configuration as mention in jaegertracing documentation
$ docker run -d --name jaeger \
-e COLLECTOR_ZIPKIN_HOST_PORT=:9411 \
-p 5775:5775/udp \
-p 6831:6831/udp \
-p 6832:6832/udp \
-p 5778:5778 \
-p 16686:16686 \
-p 14268:14268 \
-p 14250:14250 \
-p 9411:9411 \
jaegertracing/all-in-one:1.21
kindly if there any configuration or something to be optimize please let me now
Thank You
Rizki Rachman