We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Looks like Jaeger Exporter does not handle SpanKind field of spans during translation from OpenTelemetry's Span to Jaeger's Span.
In my opinion, we should just add 'span.kind' to attributes of Jaeger's Span.
'span.kind'
The text was updated successfully, but these errors were encountered:
Extend main README in preparation for Alpha (open-telemetry#369)
0c34096
* fix(http-plugin): move node-sdk to dev deps * docs: main readme * docs: small fixes in wording * fix: leftover space
mauriciovasquezbernal
Successfully merging a pull request may close this issue.
Looks like Jaeger Exporter does not handle SpanKind field of spans during translation from OpenTelemetry's Span to Jaeger's Span.
In my opinion, we should just add
'span.kind'
to attributes of Jaeger's Span.The text was updated successfully, but these errors were encountered: