-
Notifications
You must be signed in to change notification settings - Fork 648
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
ext/otcollector: Implement OTLP #669
Labels
Comments
looks like resolving this issue would help: open-telemetry/opentelemetry-proto#91 |
ocelotl
added a commit
to ocelotl/opentelemetry-python
that referenced
this issue
May 25, 2020
Merged
ocelotl
added a commit
to ocelotl/opentelemetry-python
that referenced
this issue
Jun 5, 2020
ocelotl
added a commit
to ocelotl/opentelemetry-python
that referenced
this issue
Jun 6, 2020
ocelotl
added a commit
to ocelotl/opentelemetry-python
that referenced
this issue
Jun 6, 2020
@codeboten, can this issue be closed now that we have #786 and #797? |
Yup. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem?
The otcollector is currently using the opencensus protocol to communicate with the collector, this was done prior to otlp being supported in the collector. OTLP is now natively supported, let's use it.
Describe the solution you'd like
The otcollector supports otlp. The current code could be renamed to opencensus as suggested in this issue #541
Additional context
Add any other context about the feature request here.
The text was updated successfully, but these errors were encountered: