OpenTracing compatibility (question)
See original GitHub issueOpenTracing website proclaims that Zipkin is one of the supported implementations. However, the interface of the tracer provided by zipkin
does not seem to be any close to the official Javascript OpenTracing API and it fails with the TypeError: Uncaught error: tracer.startSpan is not a function
.
Am I missing something fundamental (quite possible), or is openzipkin/zipkin-js
indeed incompatible with OpenTracing API? In the latter case, is there either a plan to provide compatibility with OpenTracing API (and/or willingness to accept pull requests which would provide it), or some other zipkin tracer implementation that would be compatible wityh OpenTracing API?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:7 (2 by maintainers)
Top Results From Across the Web
OpenTelemetry: Overview & Backwards Compatibility of ...
OpenTelemetry: Overview & Backwards Compatibility of OpenTracing + OpenCensus - Steve Flanders. 584 views · 3 years ago ...more ...
Read more >Overview & Backwards Compatibility of OpenTracing + ...
OpenTelemetry: Overview & Backwards Compatibility of OpenTracing + OpenCensus - Steve Flanders, Omnition OpenCensus and OpenTracing are ...
Read more >Jaeger and OpenTracing - Key concepts, use-cases ... - SigNoz
Jaeger and OpenTracing are both open-source projects aimed to solve pain-points of ... and hence they are compatible with each other.
Read more >OpenTracing bridge | APM User Guide [master] - Elastic
Most Elastic APM agents have OpenTracing compatible bridges. The OpenTracing bridge allows you to create Elastic APM transactions and spans using the ...
Read more >Difference between Opentracing and W3C Trace Context (with ...
This was mostly an effort to be as broadly compatible as possible. Generally, you'll find three different popular header formats for ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you for the alert 😃 Awesome to see the typescript conversion, might be a good idea to move DanielMSchmidt/zipkin-javascript-opentracing also to typescript 🤔
https://github.com/DanielMSchmidt/zipkin-javascript-opentracing provide a wrapper for OpenTracing API.