Java Spring boot Zipkin Micrometer
I am trying to enable method execution time tracking so I can see the execution times on zipkin. I am using micrometer for that. I have set up my application in a docker container and i have also zipkin in a docker container. I know that there is a connection between my application container and the zipkin container because I can see it receives http request and so on. This is how I have modified my method that i want to track in the service layer: