go-zero/core/trace
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

修复单元测试失败
2023-01-03 17:04:35 +08:00
..
agent_test.go 🐛 debug grpc export (#2379) (#2719) 2023-01-03 17:04:35 +08:00
agent.go 🐛 debug grpc export (#2379) (#2719) 2023-01-03 17:04:35 +08:00
attributes_test.go test: add more tests (#1147) 2021-10-19 22:37:56 +08:00
attributes.go test: add more tests (#1147) 2021-10-19 22:37:56 +08:00
config.go Modify comment syntax error (#2572) 2022-11-04 21:55:17 +08:00
message.go feat: opentelemetry integration, removed self designed tracing (#1111) 2021-10-03 20:53:50 +08:00
propagation.go feat: support baggage propagation in httpc (#2375) 2022-09-10 15:18:52 +08:00
tracer_test.go test: add more tests (#1147) 2021-10-19 22:37:56 +08:00
tracer.go Fix/del server interceptor duplicate copy md 20220827 (#2309) 2022-08-27 18:55:40 +08:00
utils_test.go chore: add unit tests (#1615) 2022-03-04 17:54:09 +08:00
utils.go feat: add trace.SpanIDFromContext and trace.TraceIDFromContext (#2654) 2022-12-02 11:00:44 +08:00
vars.go feat: opentelemetry integration, removed self designed tracing (#1111) 2021-10-03 20:53:50 +08:00