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 exporter incorrectly exports instrumentation.version #1036

Closed
matej-g opened this issue Aug 5, 2020 · 0 comments · Fixed by #1037
Closed

Jaeger exporter incorrectly exports instrumentation.version #1036

matej-g opened this issue Aug 5, 2020 · 0 comments · Fixed by #1037
Assignees
Labels
bug Something isn't working

Comments

@matej-g
Copy link
Contributor

matej-g commented Aug 5, 2020

There appears to be a bug in the Jaeger exporter, in:

if il := data.InstrumentationLibrary; il.Name != "" {
tags = append(tags, getStringTag("instrumentation.name", il.Name))
if il.Version != "" {
tags = append(tags, getStringTag("instrumentation.version", il.Name))
}
}

the instrumentation.version is incorrectly set to instrumentation library name instead of library version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants