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

correctly translate span kinds regardless of string case #177

Merged
merged 1 commit into from
Mar 6, 2020

Conversation

mdubbyap
Copy link
Contributor

@mdubbyap mdubbyap commented Mar 6, 2020

Span kind strings may be lowercase, which wouldn't match any of the
switch case statements. This change ensures we ToUpper the kind string
beforehand.

… case

Span kind strings may be lowercase, which wouldn't match any of the
switch case statements. This change ensures we ToUpper the kind string
beforehand.
@mdubbyap mdubbyap merged commit 301f2de into master Mar 6, 2020
@mdubbyap mdubbyap deleted the sfx-to-jaeger-kind-case branch March 6, 2020 03:34
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