opentelemetry-ext-js
opentelemetry-ext-js copied to clipboard
Document supported versions
Thank you for building these instrumentation libraries!
When looking at the instrumentation libraries in https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node, I found it very useful to see the supported versions listed for each library (i.e., the versions of foo supported by @opentelemetry/instrumentation-foo).
Would it be possible to add something similar to the libraries in this repo? I'm especially curious if the Mongoose instrumentation supports Mongoose v6.
Hi @punya Thank you for your interest. I too think it could be great to add this information to the README. Would you be interested in contributing a PR that adds this info?
The mongoose instrumentation will soon be upstreamed to the contrib repo, so I can also add this info when migrating the code there.
I don't know what versions are supported, so I'm not sure how I'd make that PR!
upstream the instrumentation to contrib repo, with test-all-version, support for v6 and documentation in README
https://github.com/open-telemetry/opentelemetry-js-contrib/pull/1131
Thanks for bringing it up :)