I have a microservices-based application Running on Kubernetes. The microservices are built using dropwizard framework.
I would like to enable tracing in order to track the requests and have a solution that can help debug stuff.
Basically, I know the implementation using Spring boot which is pretty straightforward. but I'm wondering how it could be in dropwizard based application? actually, Is this is possible? Can someone share his experience with this topic? And provide me with resources or examples of how I can do that?
Please make sure that I'm not using a service mesh.