Skip to content

grpc-ecosystem/grpc-opentracing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GRPC-OpenTracing

This package enables distributed tracing in GRPC clients and servers via The OpenTracing Project: a set of consistent, expressive, vendor-neutral APIs for distributed tracing and context propagation.

Once a production system contends with real concurrency or splits into many services, crucial (and formerly easy) tasks become difficult: user-facing latency optimization, root-cause analysis of backend errors, communication about distinct pieces of a now-distributed system, etc. Distributed tracing follows a request on its journey from inception to completion from mobile/browser all the way to the microservices.

As core services and libraries adopt OpenTracing, the application builder is no longer burdened with the task of adding basic tracing instrumentation to their own code. In this way, developers can build their applications with the tools they prefer and benefit from built-in tracing instrumentation. OpenTracing implementations exist for major distributed tracing systems and can be bound or swapped with a one-line configuration change.

Further Information

If you’re interested in learning more about the OpenTracing standard, join the conversation on our mailing list or Gitter.

If you want to learn more about the underlying API for your platform, visit the source code.

If you would like to implement OpenTracing in your project and need help, feel free to send us a note at community@opentracing.io.

About

OpenTracing is a set of consistent, expressive, vendor-neutral APIs for distributed tracing and context propagation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published