Skip to content

Conversation

@arielvalentin
Copy link
Contributor

Removes any gems and references that belong to the opentelemetry/opentelemetry-ruby repository.

Fixes #1

Removes any gems and references that belong to the `opentelemetry/opentelemetry-ruby` repository.

Fixes open-telemetry#1
@arielvalentin arielvalentin force-pushed the remove-api-sdk-references branch from 5f5a11e to 87115fd Compare June 13, 2022 21:35
@arielvalentin
Copy link
Contributor Author

@robertlaurin Pushed up some fixes to deal with CI errors and updated the paths

Copy link
Contributor

@plantfansam plantfansam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A masterpiece! I think this is good to merge. We'll inevitably discover stuff as we try to release new versions, but I think that's very OK.

@@ -1,51 +0,0 @@
# CHANGELOG
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👋

Released instrumentations can be found at the [OpenTelemetry registry](https://opentelemetry.io/registry/?language=ruby&component=instrumentation#). You can also look in this project's Github repository: Individual instrumentation libraries can be found in subdirectories under `/instrumentation`.

In-progress instrumentations can be found [here](https://github.com/open-telemetry/opentelemetry-ruby/issues?q=is%3Aopen+label%3Ainstrumentation+-label%3A%22help+wanted%22+).
In-progress instrumentations can be found [here](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues?q=is%3Aopen+label%3Ainstrumentation+-label%3A%22help+wanted%22+).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a blocker at all, but for dicsussion: we'll need to migrate tickets over from otel-ruby eh? Or do we want to leave them there?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We agreed that we would relocate only open issues to otel-ruby-contrib

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@robertlaurin
Copy link
Contributor

Lots of minor comments around paths, do you want to handle that here or as a separate PR @arielvalentin

@arielvalentin
Copy link
Contributor Author

@robertlaurin I would rather fix them here.

arielvalentin and others added 2 commits June 14, 2022 18:45
@arielvalentin arielvalentin merged commit 3e85d44 into open-telemetry:main Jun 16, 2022
@arielvalentin arielvalentin deleted the remove-api-sdk-references branch June 16, 2022 19:55
robertlaurin pushed a commit to open-telemetry/opentelemetry-ruby that referenced this pull request Jun 20, 2022
* refactor: Remove Contrib Libraries

This change removes libraries that were relocated to the contrib package.

Related: open-telemetry/opentelemetry-ruby-contrib#1
See open-telemetry/opentelemetry-ruby-contrib#3

* chore: Rollback minitest

Minitest 5.16 has changes that cause mock verification to fail in our test suite.

Reverting to an earlier version allows tests to pass.

https://github.com/open-telemetry/opentelemetry-ruby/runs/6928651844?check_suite_focus=true

* fix: Apply suggestions from code review
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate non core opentelemetry-ruby components to opentelemetry-ruby-contrib

3 participants