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 otcollector to opencensus #695

Merged
merged 15 commits into from
May 23, 2020
Merged

Conversation

ocelotl
Copy link
Contributor

@ocelotl ocelotl commented May 14, 2020

Fixes #541

@ocelotl ocelotl marked this pull request as ready for review May 14, 2020 20:42
@ocelotl ocelotl requested a review from a team May 14, 2020 20:42
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 is looking pretty good, thanks for the PR! I would like to see an integration test against an OpenCensus collector before approving this.

@@ -18,7 +18,7 @@
.. code:: python

from opentelemetry import trace
from opentelemetry.ext.otcollector.trace_exporter import CollectorSpanExporter
from opentelemetry.ext.opencensus.trace_exporter import CollectorSpanExporter
Copy link
Contributor

Choose a reason for hiding this comment

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

Should the name of the exporters be updated to reflect this is specifically for the OpenCensus Collector as opposed to the OpenTelemetry collector? I don't know if it will create confusion to have multiple CollectorSpanExporter or if the package naming is differentiating enough.

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 fixed some naming in the last commit, please let me know if it is right now 👍

@ocelotl ocelotl force-pushed the issue_541 branch 2 times, most recently from 611521a to 02412de Compare May 17, 2020 02:48
@ocelotl ocelotl marked this pull request as draft May 17, 2020 17:19
@ocelotl ocelotl marked this pull request as ready for review May 20, 2020 00:15
Copy link
Member

@hectorhdzg hectorhdzg left a comment

Choose a reason for hiding this comment

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

LGTM, is great this one come with docker tests as well

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 great, thanks for adding the integration tests. Just one question I'm waiting for a response on, otherwise I'll approve and merge.

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.

LGTM!

@toumorokoshi toumorokoshi merged commit 46f8f64 into open-telemetry:master May 23, 2020
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.

Rename opentelemetry-ext-otcollector to opentelemetry-ext-opencensus
5 participants