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

Add status message parameter #524

Merged
merged 5 commits into from
Mar 7, 2020

Conversation

jmacd
Copy link
Contributor

@jmacd jmacd commented Mar 6, 2020

Resolves #491

@jmacd
Copy link
Contributor Author

jmacd commented Mar 6, 2020

Note that I removed several calls to SetStatus(codes.OK) because that is the default in the spec:

https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/api-tracing.md#set-status

Copy link
Contributor

@rghetia rghetia left a comment

Choose a reason for hiding this comment

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

LGTM

@jmacd
Copy link
Contributor Author

jmacd commented Mar 7, 2020

Misc: There were SetStatus changes for Stackdriver lost in bf1bab5 that will come up after the next release.

@jmacd jmacd merged commit 3bf3927 into open-telemetry:master Mar 7, 2020
@jmacd jmacd deleted the jmacd/add_status_message branch March 7, 2020 18:39
MikeGoldsmith pushed a commit to MikeGoldsmith/opentelemetry-go that referenced this pull request Mar 13, 2020
* Add status message parameter

* Cleanups around use of codes.OK

* Update for status message
@pellared pellared added this to the untracked milestone Nov 8, 2024
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.

SetStatus does not accept a message string
3 participants