-
Notifications
You must be signed in to change notification settings - Fork 391
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: support go to cpp PipelineEventGroup transfer #1771
Conversation
package logtail.models; | ||
|
||
message SpanEvent { | ||
uint64 Timestamp = 1; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里的时间戳单位是ns吗?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
是的
syntax = "proto3"; | ||
package logtail.models; | ||
|
||
message UntypedSingleValue { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
go的 pkg 下面的 proto 和 core 下面的 proto 定义是一样的吗
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
是的
This reverts commit 0bdbe66.
新增go插件、cpp插件PipelineEventGroup转换