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

Use trace_state instead of tracestate #120

Merged
merged 1 commit into from
Mar 10, 2020

Conversation

bogdandrutu
Copy link
Member

This is to confirm with almost all the languages that use TraceState and not Tracestate.

Copy link
Member

@tigrannajaryan tigrannajaryan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please re-generate go files.

Signed-off-by: Bogdan Cristian Drutu <bogdandrutu@gmail.com>
@@ -67,7 +67,7 @@ message Span {
// tracestate conveys information about request position in multiple distributed tracing graphs.
// It is a tracestate in w3c-trace-context format: https://www.w3.org/TR/trace-context/#tracestate-header
// See also https://github.com/w3c/distributed-tracing for more details about this field.
string tracestate = 3;
string trace_state = 3;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm confused. We intentionally made it a single word in W3C to avoid choosing the separator between words. Can we revert this?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

--> #130

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.

None yet

5 participants