blob: 7a58efc22cdd4ed0827f37bddc8fc3241cff0cd5 [file] [log] [blame]
Girish Kumar2ed051b2020-07-28 16:35:25 +00001// Copyright 2017 Michal Witkowski. All Rights Reserved.
2// See LICENSE for licensing terms.
3
4/*
5`grpc_opentracing` adds OpenTracing
6
7OpenTracing Interceptors
8
9These are both client-side and server-side interceptors for OpenTracing. They are a provider-agnostic, with backends
10such as Zipkin, or Google Stackdriver Trace.
11
12For a service that sends out requests and receives requests, you *need* to use both, otherwise downstream requests will
13not have the appropriate requests propagated.
14
15All server-side spans are tagged with grpc_ctxtags information.
16
17For more information see:
18http://opentracing.io/documentation/
19https://github.com/opentracing/specification/blob/master/semantic_conventions.md
20
21*/
22package grpc_opentracing