veterr

Results 6 comments of veterr

Hi. For now it simply does not work for me .... I tried to specify Jaeger host and port, but it did not help, and I still don't see my...

I tried to run Yaeger binary on localhost, and executed code from lesson01.solution.Hello. But still, even at localhost yaeger, I did not see my "hello-world" span ...

Oh. Thanks God, localhost started working! The problem on 192.168.99.100 host, docker on windows still remains.. I see no span. I tried to execute System.setProperty("JAEGER_SAMPLER_MANAGER_HOST_PORT", "192.168.99.100:5778"); before - try (JaegerTracer...

I also tried System.setProperty("JAEGER_AGENT_HOST", "192.168.99.100"); System.setProperty("JAEGER_AGENT_PORT", "5778"); try (JaegerTracer tracer = Tracing.init("hello-world")) { new Hello(tracer).sayHello(helloTo); } But no result so far..

Thank you! I will let you know, if I find what was the problem...