DEV Community

Discussion on: Yes! Use microservices and ask 'why are you like this?' afterward 😑

Collapse
 
omrisama profile image
Omri Gabay

What's OpenTracing? Haven't heard

Collapse
 
andreidascalu profile image
Andrei Dascalu

OpenTracing is a standard for defining methods of tracing (data structures, how tracing integrates across protocols, etc). It standardizes how tracing happens and how data is exposed to compatible client applications. Jaeger is a pretty well known CNCF project that implements OpenTracing (so does Zipkin).
opentracing.io/