How to access the underlying ThreadPoolExecutor from ManagedExecutorService?
I am working with a ManagedExecutorService in a Java EE environment, and I need to access the underlying ThreadPoolExecutor for micrometer.io lib because, following micrometer binding logic, we’re not allowed to pass ManagedScheduledExecutorService class.
How can I propagate the traceId between microservices/REST APIs
I wrote a Spring Boot REST API that uses micrometer to log the traceId & spanId, and I can even obtain this data in my @Service
class through:
What is the best practice to propagate the traceId between microservices/REST APIs
I wrote a Spring Boot REST API that uses micrometer to log the traceId & spanId, and I can even obtain this data in my @Service
class through: