Spring cloud detective with Spring jpa data

We are trying to implement Spring cloud call with Zipkin in our project and would like to know if Spring cloud robot will support database calls using Spring JPA data.

I want to track the time spent on DB calls, just like service calls

When I make a service call using RestTemplate, which is sent to zipkin, and I can see it in the control panel

But DB interaction with Spring jpa data not showing up in Zipkin

+4
source share

Source: https://habr.com/ru/post/1673030/


All Articles