opentracing-contrib / java-specialagent-demo

A SpecialAgent Demo
Apache License 2.0
13 stars 4 forks source link

Traces NOT display in Jaeger UI on Windows 8 #10

Open idairen opened 5 years ago

idairen commented 5 years ago

Hi, I try to test it on windows 8 by below steps:

  1. start Jaeger server by execute: jaeger-all-in-one.exe
  2. java -cp target/api-1.0-SNAPSHOT.jar -javaagent:opentracing-specialagent-1.3.5.jar -Dsa.tracer=jaeger -Dsa.log.level=INFO -DJAEGER_SERVICE_NAME=TestJSA com.otsample.api.App
  3. Go to http://127.0.0.1:10001, order some donuts

Verify the traces in Jaeger UI but failed to get the traces. Is there anything wrong with the above instructions?

Please give some advice, thanks.