Team, Apologies as I new to this and my questions might not be up to the mark.
My need: I have a BPM application in PRPC/Pega (say System A). This calls an API of another system (say B). I need to have zipkins in between to do the balancing of my requests using span. I have downloaded the zipkins example application which gave me 3 folders - zipkin-core, zipkin-client and zipkin-example. After maven build I used the below command on windows 10 to start the zipking: mvn clean package java -jar zipkin-example/target/zipkin-example-1.3.0-2-SNAPSHOT.jar server zipkin-example/hello-world.yml This works and I can see the requests coming here using curl. But I am still not clear as to what does it mean? I see no documentation (or I am unable to decipher) about how to test span from my application using this Out of box configuration. Can somebody point me to the basics. -- You received this message because you are subscribed to the Google Groups "dropwizard-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
