Skip to content
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

Merged
merged 16 commits into from
Jul 29, 2020

Conversation

lzchen
Copy link
Contributor

@lzchen lzchen commented Jul 28, 2020

Description

Part of [#760]. Renaming just the exporters first to minimize mistakes.

Checklist:

  1. readmes

  2. setup files

  3. generated docs

  4. tox

  5. changelogs

@lzchen lzchen requested a review from a team as a code owner July 28, 2020 19:09
Copy link
Member

@aabmass aabmass left a 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 :)

ext/opentelemetry-ext-aiohttp-client/setup.cfg Outdated Show resolved Hide resolved
@lzchen lzchen changed the title [WIP] Rename exporter packages from "ext" to "exporter" Rename exporter packages from "ext" to "exporter" Jul 29, 2020
Copy link
Contributor

@codeboten codeboten left a 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"
Copy link
Contributor

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

Copy link
Contributor Author

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.

@lzchen lzchen merged commit eec050b into open-telemetry:master Jul 29, 2020
@srikanthccv srikanthccv mentioned this pull request Oct 31, 2020
3 tasks
srikanthccv pushed a commit to srikanthccv/opentelemetry-python that referenced this pull request Nov 1, 2020
* updating missing semi-colon

* Updating semi-colon
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.

None yet

3 participants