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

[jaeger] Stop ignoring uints #945

Merged
merged 2 commits into from
Jul 17, 2020
Merged

Conversation

mhr3
Copy link
Contributor

@mhr3 mhr3 commented Jul 17, 2020

The jaeger exporter was ignoring UINT attributes, because the jaeger protocol only supports signed numerics, which meant that any such attributes were silently dropped. I think it's better to just cast them to ints - which is perfectly safe for uint32, and the overflow will be pretty obvious with uint64s.

exporters/trace/jaeger/jaeger.go Outdated Show resolved Hide resolved
@MrAlias MrAlias merged commit d6ad4d4 into open-telemetry:master Jul 17, 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.

3 participants