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

Go exporter is not setting the kind field on spans #179

Closed
tbarker25 opened this issue Jul 2, 2021 · 0 comments · Fixed by #180
Closed

Go exporter is not setting the kind field on spans #179

tbarker25 opened this issue Jul 2, 2021 · 0 comments · Fixed by #180
Assignees

Comments

@tbarker25
Copy link
Contributor

It appears that the kind field is currently ignored.

tracer.Start(ctx, "complexTrace/child1", trace.WithSpanKind(trace.SpanKindServer))

Expected behaviour:
span kind is sent to cloud-trace-service

Current behaviour:
span kind is not sent to cloud-trace-service.

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 a pull request may close this issue.

1 participant