cong
deefc1a8eb
fix(trace): grpc exporter should use nonblock option ( #2744 )
...
* fix(trace): grpc exporter should use nonblock option
* chore: sort imports
2 years ago
wojiukankan
85057a623d
🐛 debug grpc export ( #2379 ) ( #2719 )
...
* 🐛 debug grpc export (#2379 )
#2379 Fixed the issue that the GRPC exporter did not establish an RPC link
原文使用的 otlptracegrpc.NewUnstarted创建的是一个未建立rpc连接的导出器,无法正常使用;改为otlptracegrpc.New才妥
* Update agent_test.go
修复单元测试失败
2 years ago
genewoo
05c2f313c7
feat: add grpc export ( #2379 )
...
Co-authored-by: Gene Wu <gene.wu@cabital.com>
2 years ago
Kevin Wan
a91c3907a8
feat: rename module from tal-tech to zeromicro ( #1413 )
3 years ago
Kevin Wan
3c1cfd4c1e
feat: support multiple trace agents ( #1183 )
...
* feat: support multiple trace agents
* feat: support multiple trace agents, let later calls run if error happens
* test: add more tests
3 years ago