-
Notifications
You must be signed in to change notification settings - Fork 825
New issue
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
chore: move trace exporters back to experimental #2835
Conversation
Marked as draft until #2836 is merged and a release is cut |
6e62257
to
92cf1ee
Compare
GHA seems to be acting up and not running CI. Perhaps the queues are long or something. Similar problems in contrib. |
6a5b4a6
to
6fe8528
Compare
I finally got the build green for all node.js versions by using a mix of 1.1.0 and 1.0.0 components. Different NPM versions have a different dedup algorithm. as some experimental components depend on released 0.27.0 versions on NPM it's not possible as of now to get rid of API/SDK 1.0. Therefore some followup tasks are needed but I would like to do this in different PRs:
|
Their package.json fields are marked as
👍 |
dependencies on
dependencies on
As long as this is not cleaned we get old API/SDK versions into the experimental build. |
Move trace exporters back to experimental temporarily while we work on splitting the transformation logic out of the JSON exporter. This will break the experimental build because the exporters depend on the unreleased functionality in core. Once there is a stable release the experimental build will pass again. After we have a working release with the new split transformation logic we can release the proto/grpc exporters as stable.