[jaeger.RemoteReporter-QueueProcessor] io.jaegertracing.internal.reporters.RemoteReporter - FlushCommand execution failed! #3863
Unanswered
nileshladda
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm using Jaeger with OpenL tablets. Implementation is done in the docker. I'm facing logging issue. Please find the details here.
Command to Run Jaeger with docker:
docker run -d --name jaeger -e COLLECTOR_ZIPKIN_HOST_PORT=:9411 -e COLLECTOR_OTLP_ENABLED=true -p 6831:6831/udp -p 6832:6832/udp -p 5778:5778 -p 16686:16686 -p 4317:4317 -p 4318:4318 -p 14250:14250 -p 14268:14268 -p 14269:14269 -p 9411:9411 jaegertracing/all-in-one:1.37Command to Run Webstudio service:
docker run -p 9080:8080 -e ruleservice.tracing.jaeger.enabled=true -e jaeger.agent.host=172.17.0.2 -e jaeger.agent.port=14269 openltablets/ws:5.26.0-allGetting below logs in the service.
Beta Was this translation helpful? Give feedback.
All reactions