Nekuromento / grpc-opentracing

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 81.9%Language:Go 18.1%