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 remaining framework packages from "ext" to "instrumentation" #969

Merged
merged 11 commits into from
Aug 5, 2020

Conversation

lzchen
Copy link
Contributor

@lzchen lzchen commented Aug 4, 2020

Description

Part of [#760]. Renaming remaining packages.

Checklist:

  1. changelogs

  2. folder name ext -> subfolder ext

  3. setup.cfg/setup.py

  4. tox

  5. README

Moved docker-tests under /tests folder.

@lzchen lzchen requested a review from a team August 4, 2020 19:35
@lzchen lzchen changed the title Rename remaining framework packages from "ext" to "instrumentation" [WIP] Rename remaining framework packages from "ext" to "instrumentation" Aug 4, 2020
@lzchen lzchen changed the title [WIP] Rename remaining framework packages from "ext" to "instrumentation" Rename remaining framework packages from "ext" to "instrumentation" Aug 4, 2020
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.

🍰

Comment on lines 288 to 298
Install the OpenTelemetry Collector exporter:

.. code-block:: sh

pip install opentelemetry-ext-otcollector

And execute the following script:

.. literalinclude:: getting_started/otcollector_example.py
:language: python
:lines: 15-
Copy link
Member

Choose a reason for hiding this comment

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

This is no longer needed?

Copy link
Contributor Author

@lzchen lzchen Aug 5, 2020

Choose a reason for hiding this comment

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

Yeah otcollector is now opencensus exporter or opentelemetry exporter, i think we need new getting started for either one of those (probably OT). Probably will be good once the metrics exporter is done for otlp.

Copy link
Contributor Author

@lzchen lzchen Aug 5, 2020

Choose a reason for hiding this comment

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

Oh looks like @ocelotl has already fixed this in his other PR. I'll add this back.

@@ -422,7 +422,7 @@ def test_log_kv(self):
)
self.assertEqual(span.unwrap().events[1].attributes["foo"], "bar")
# Tolerate inaccuracies of less than a microsecond. See Note:
# https://open-telemetry.github.io/opentelemetry-python/opentelemetry.ext.opentracing_shim.html
# https://open-telemetry.github.io/opentelemetry-python/opentelemetry.instrumentation.opentracing_shim.html
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh good catch. I'm assuming it uses the structure of the docs folder to find the page? I'm not too familiar with what https://open-telemetry.github.io is. Is this still read-the-docs?

@lzchen lzchen merged commit eb8b1ea into open-telemetry:master Aug 5, 2020
@lzchen lzchen deleted the rename branch August 5, 2020 02:10
srikanthccv pushed a commit to srikanthccv/opentelemetry-python that referenced this pull request Nov 1, 2020
* chore: move plugins to contrib
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.

3 participants