-
Notifications
You must be signed in to change notification settings - Fork 28
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
[sdk/trace] support trace exporter that uses a batch processor and otlp exporter #464
[sdk/trace] support trace exporter that uses a batch processor and otlp exporter #464
Conversation
37e51f5
to
760b229
Compare
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.
LGTM
"go.opentelemetry.io/otel/sdk/trace" | ||
) | ||
|
||
func copyAttributes(dest pcommon.Map, src attribute.Set) { |
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.
Will you add a TODO saying to consider creating an internal
package somewhere near the top where the metrics and trace SDK can share this sort of common code?
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.
Thanks for the review! Added the TODO
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.
LGTM
Description:
Adding support for collector based exporting (using batch processor and otlp exporter) for otel-go traces
Testing:
Successfully sent traces using a trace exporter from this change