go-grpc:软件包otgrpc为任何gRPC客户端或服务器提供OpenTracing支持

时间:2024-05-28 15:53:43
【文件属性】:

文件名称:go-grpc:软件包otgrpc为任何gRPC客户端或服务器提供OpenTracing支持

文件大小:20KB

文件格式:ZIP

更新时间:2024-05-28 15:53:43

go grpc opentracing Go

Go中对gRPC的OpenTracing支持 使用otgrpc软件包,可以轻松地在Go中向基于gRPC的系统添加OpenTracing支持。 安装 go get github.com/opentracing-contrib/go-grpc 文献资料 请参阅下面的基本用法示例以及的。 客户端用法示例 无论您在哪里呼叫grpc.Dial : // You must have some sort of OpenTracing Tracer instance on hand. var tracer opentracing. Tracer = ... ... // Set up a connection to the server peer. conn , err := grpc. Dial ( address , ... // other options grpc . W


【文件预览】:
go-grpc-master
----.gitignore(192B)
----go.mod(349B)
----errors_test.go(1KB)
----server.go(5KB)
----LICENSE(11KB)
----go.sum(4KB)
----package.go(201B)
----README.md(1KB)
----shared.go(1KB)
----options.go(2KB)
----client.go(7KB)
----errors.go(2KB)
----test()
--------otgrpc_testing()
--------interceptor_test.go(7KB)

网友评论