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

ddtrace/tracer: support int64 ids for the text map reader #326

Merged
merged 3 commits into from
Sep 11, 2018
Merged

Conversation

dd-caleb
Copy link
Contributor

For distributed tracing some languages are passing through int64s instead of uint64s. It's fairly straightforward to support both.

alloy added a commit to artsy/dd-trace-rb that referenced this pull request Sep 2, 2018
alloy added a commit to artsy/dd-trace-rb that referenced this pull request Sep 2, 2018
assert.NoError(t, err)
assert.Equal(t, uint64(9637668538106313706), id)
})
t.Run("positive", func(t *testing.T) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Would you mind adding a blank line between these tests? We've done the same everywhere else.

alloy added a commit to artsy/dd-trace-rb that referenced this pull request Sep 10, 2018
@gbbr gbbr added this to the 1.3.0 milestone Sep 11, 2018
@gbbr gbbr merged commit 6d7a955 into v1 Sep 11, 2018
@gbbr gbbr deleted the caleb/int64 branch September 11, 2018 10:32
mingrammer pushed a commit to mingrammer/dd-trace-go that referenced this pull request Dec 22, 2020
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

2 participants