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
Specification mention Span object must have a setStatus method and is currently missing
https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/api-tracing.md#set-status
If nothing is preventing us to add this, I will be happy to take care of it
The text was updated successfully, but these errors were encountered:
Duplicated of #98?
Sorry, something went wrong.
Closing this in favor of #98.
feat: Add OpenTracing shim (open-telemetry#212)
ede7886
* checkpoint * add test for links and attributes * lint * comment out binary inject/extract code * use setAttributes and addLinks * Adds test for span.finish() * remove console.log * respond to comments round 1 * adds missing return * adds codecov * fix compile errors checkpoint * more compile error fixing * Update packages/opentelemetry-shim-opentracing/src/shim.ts Co-Authored-By: Mayur Kale <mayurkale@google.com> * Update packages/opentelemetry-shim-opentracing/src/shim.ts Co-Authored-By: Mayur Kale <mayurkale@google.com> * Update packages/opentelemetry-shim-opentracing/src/shim.ts Co-Authored-By: Mayur Kale <mayurkale@google.com> * Update packages/opentelemetry-shim-opentracing/src/shim.ts Co-Authored-By: Mayur Kale <mayurkale@google.com> * lint * update readme links * respond to comments * Adds tslint.json * Update license * respodn to comments * ftb pt3 * ftb * adds logger
No branches or pull requests
Specification mention Span object must have a setStatus method and is currently missing
https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/api-tracing.md#set-status
If nothing is preventing us to add this, I will be happy to take care of it
The text was updated successfully, but these errors were encountered: