3 Star 0 Fork 0

Gitee 极速下载 / logging-interceptor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/grpc-ecosystem/go-grpc-middleware
克隆/下载
doc.go 728 Bytes
一键复制 编辑 原始数据 按行查看 历史
// Copyright 2017 Michal Witkowski. All Rights Reserved.
// See LICENSE for licensing terms.
/*
`grpc_opentracing` adds OpenTracing
OpenTracing Interceptors
These are both client-side and server-side interceptors for OpenTracing. They are a provider-agnostic, with backends
such as Zipkin, or Google Stackdriver Trace.
For a service that sends out requests and receives requests, you *need* to use both, otherwise downstream requests will
not have the appropriate requests propagated.
All server-side spans are tagged with grpc_ctxtags information.
For more information see:
http://opentracing.io/documentation/
https://github.com/opentracing/specification/blob/master/semantic_conventions.md
*/
package grpc_opentracing
1
https://gitee.com/mirrors/go-grpc-middleware.git
git@gitee.com:mirrors/go-grpc-middleware.git
mirrors
go-grpc-middleware
logging-interceptor
v1.0.0

搜索帮助