Mar 25, 2023
from spring 6 and boot 3 sleuth was dropped, now it is micrometer tracing.
also as sleuth, it enhances the logs with traceid. it can also measure the execution times, this is the suggested solution and not aop.
from spring 6 and boot 3 sleuth was dropped, now it is micrometer tracing.
also as sleuth, it enhances the logs with traceid. it can also measure the execution times, this is the suggested solution and not aop.