August 2018
Intermediate to advanced
314 pages
8h 9m
English
In a microservice application, analyzing or debugging operation workflows is difficult. To facilitate debugging, we can use OpenTracing. OpenTracing is a standard API for instrumenting microservices for distributed tracing, which helps to troubleshoot microservices by examining and logging requests as they propagate through a distributed system.
Eclipse MicroProfile OpenTracing 1.1 defines an API and associated behaviors that allow services to easily participate in a distributed tracing environment. With this, we can analyze or debug a workflow of operations without adding any code in order to complete the tracing.
Read now
Unlock full access