Hi Everyone,
I have a spring boot projectwith two microservices, which are running.
Using docker command given on the official zipkin page, i have created the image and my zipkin is up and running.
To connect both, my spring boot application and zipkin, i have added a few dependencies in the pom.xml file and even added the docker-compose.yaml file.
But still i am not able to see any data related to the microservices in the Zipkin UI.
Can you please help me with the latest list of dependencies that i need to add, and a detailed step wise guide on how to configure Zipkin with spring boot application using the Docker method.
Thanks and Regards,
Mansi Dhir