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

Set SpanKind in extensions #271

Merged
merged 3 commits into from
Aug 22, 2018

Conversation

lmolkova
Copy link

Span kind is optional, but highly recommended flag that denotes the type of span: Server or Client.

It's the only reliable way to determine whether it is an incoming or outgoing request. Some backends like Azure ApplicationInsights rely on such into to build the UX.

@lmolkova
Copy link
Author

@songy23 please review

Copy link
Contributor

@songy23 songy23 left a comment

Choose a reason for hiding this comment

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

LGTM overall. I don't have much context on framework integration in Python, so defer to @liyanhui1228 for approval.

@songy23 songy23 requested a review from liyanhui1228 August 22, 2018 01:15
Copy link

@bogdandrutu bogdandrutu left a comment

Choose a reason for hiding this comment

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

This looks good.

@songy23 songy23 merged commit 3b42664 into census-instrumentation:master Aug 22, 2018
eduardoemery pushed a commit to CESARBR/opencensus-python that referenced this pull request Aug 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants