Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

refactor - move header name to propagator (part 1)#216

Merged
liyanhui1228 merged 7 commits intocensus-instrumentation:masterfrom
reyang:bugfix142
Jul 2, 2018
Merged

refactor - move header name to propagator (part 1)#216
liyanhui1228 merged 7 commits intocensus-instrumentation:masterfrom
reyang:bugfix142

Conversation

@reyang
Copy link
Copy Markdown
Contributor

@reyang reyang commented Jun 29, 2018

Trying to fix #167 and #215, this is part 1. I'll breakdown the fix into several small pull requests.

from opencensus.trace.span_context import SpanContext
from opencensus.trace.trace_options import TraceOptions

_TRACE_PARENT_HEADER_NAME = 'Trace-Parent'
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

W3C name for it is traceparent

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

updated to traceparent

@liyanhui1228 liyanhui1228 merged commit 2caf7f3 into census-instrumentation:master Jul 2, 2018
@reyang reyang deleted the bugfix142 branch July 2, 2018 17:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Trace header should be tied to propagator and not web framework

3 participants