-
Notifications
You must be signed in to change notification settings - Fork 635
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 exporter packages from "ext" to "exporter" #953
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Could you actually just delete the cloud_{trace,monitoring}.rst
files :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good, just a question i'd like an answer to before moving to approve
import os | ||
|
||
import setuptools | ||
|
||
BASE_DIR = os.path.dirname(__file__) | ||
VERSION_FILENAME = os.path.join( | ||
BASE_DIR, "src", "opentelemetry", "ext", "otlp", "version.py" | ||
BASE_DIR, "src", "opentelemetry", "exporter", "datadog", "version.py" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any idea what happened here? looks like theres a few instances of files being moved to different exporters in the PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure what happened here. Maybe github has a weird way of tracking diffs? Anyways, the resulting files look correct and all the tests pass so the directories must be pointing to the right things.
* updating missing semi-colon * Updating semi-colon
Description
Part of [#760]. Renaming just the exporters first to minimize mistakes.
Checklist:
readmes
setup files
generated docs
tox
changelogs