Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add grpc trace exporter #2379

Merged
merged 1 commit into from
Sep 14, 2022
Merged

Conversation

genewoo
Copy link
Contributor

@genewoo genewoo commented Sep 12, 2022

want to add new grpc exporter to support some cloud native vendor, such as aws-otel

example:

https://github.com/aws-observability/aws-otel-go/blob/main/sampleapp/main.go

@genewoo genewoo changed the title feat: add grpc export feat: add grpc trace export Sep 12, 2022
@genewoo genewoo changed the title feat: add grpc trace export feat: add grpc trace exporter Sep 12, 2022
@kevwan kevwan merged commit 05c2f31 into zeromicro:master Sep 14, 2022
wojiukankan added a commit to wojiukankan/go-zero that referenced this pull request Dec 21, 2022
zeromicro#2379 Fixed the issue that the GRPC exporter did not establish an RPC link
原文使用的 otlptracegrpc.NewUnstarted创建的是一个未建立rpc连接的导出器,无法正常使用;改为otlptracegrpc.New才妥
kevwan pushed a commit to wojiukankan/go-zero that referenced this pull request Dec 23, 2022
zeromicro#2379 Fixed the issue that the GRPC exporter did not establish an RPC link
原文使用的 otlptracegrpc.NewUnstarted创建的是一个未建立rpc连接的导出器,无法正常使用;改为otlptracegrpc.New才妥
kevwan pushed a commit that referenced this pull request Jan 3, 2023
* 🐛 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

修复单元测试失败
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants