We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When process the default service name, use the semconv.ServiceVersionKey instead of semconv.ServiceNameKey.
Maybe it's a typo.
opentelemetry-go/exporters/trace/jaeger/jaeger.go
Lines 502 to 507 in e9aaa04
Fix the typo.
The text was updated successfully, but these errors were encountered:
I can try to make this small fix! So I just have to change the semconv.ServiceVersionKey to semconv.ServiceNameKey?
Sorry, something went wrong.
humivo
Successfully merging a pull request may close this issue.
Description
When process the default service name, use the semconv.ServiceVersionKey instead of semconv.ServiceNameKey.
Maybe it's a typo.
opentelemetry-go/exporters/trace/jaeger/jaeger.go
Lines 502 to 507 in e9aaa04
Expected behavior
Fix the typo.
The text was updated successfully, but these errors were encountered: