Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Move to the immutable SpanContext model #37

Merged
merged 1 commit into from
Aug 11, 2016
Merged

Conversation

bhs
Copy link
Contributor

@bhs bhs commented Aug 9, 2016

Per opentracing/opentracing.io#106

This change has already happened in Go and Python.

*
* @return this Span instance, for chaining
*/
Span setBaggageItem(String key, String value);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

(this pair is of course moved from SpanContext)

@yurishkuro
Copy link
Member

LGTM

@bhs
Copy link
Contributor Author

bhs commented Aug 9, 2016

@yurishkuro thanks. I will let this one sit for a little bit to give others an opportunity to protest about method naming/etc. (Though the gist of the change is something I feel confident about, nits aside)

@michaelsembwever
Copy link
Contributor

This causes PR#25 some conflict (i've already had to rebase it twice)

Otherwise it looks good..

@bhs
Copy link
Contributor Author

bhs commented Aug 11, 2016

@michaelsembwever sorry for the rebase thrashing :-/

Well, there were no concerns with the actual code, so I'll get to merging this. Thanks, all.

@bhs bhs merged commit 24be419 into master Aug 11, 2016
@bhs bhs deleted the bhs/immutable_context branch August 11, 2016 18:35
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.

5 participants