-
Notifications
You must be signed in to change notification settings - Fork 624
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
rename "ext" to "instrumentations" and "exporters" #760
Comments
Good idea. I'm assuming the current Pypi packages also have to be deprecated for the new ones to replace them? |
Finished package renaming with this release. Old packages on Pypi have been deprecated. As discussed, will monitor traffic of old downloads and delete old packages within the next month. |
* fix: upgraded commitlint to fix warnings * fix: update web examples to use WebTracerRegistry closes open-telemetry#756 * Revert "fix: update web examples to use WebTracerRegistry" This reverts commit 4dd8e67d00ebf264f59d6748e588de5b3e4d5b3b. Co-authored-by: Mayur Kale <[email protected]>
why delete old packages? that's just causing headaches, no? |
Hi @kaos, we debated this for a long time across multiple SIG meetings and decided to ultimately delete the old packages as we were seeing users coming in with questions after accidentally installing packages named We were hoping this decision would reduce the confusion and maintenance burden as we were preparing to release the first stable version of OpenTelemetry python. |
Hi @codeboten Looking forward to a more stable product once you get the stable releases out :) |
Now that open-telemetry/opentelemetry-specification#539 has landed, it would be great to adhere to the standard package names. I'm working with other languages as well.
For us, I think we should start by naming everything new as an "exporter" or "Instrumentation". And then a followup PR to rename.
We should do this work before 1.0 / GA, while all packages are in beta.
The text was updated successfully, but these errors were encountered: