Skip to content

Conversation

@codeboten
Copy link
Contributor

@codeboten codeboten commented Nov 27, 2020

Description

Prior to this change, the OTLP exporter raises an error if the user doesn't configure a certificate file for setting up a secure channel for grpc. This is unnecessary, because the implementation of gRPC can use a default location if none is specified.

Fixes #1429

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A

Does This PR Require a Contrib Repo Change?

  • Yes. - Link to PR:
  • No.

Checklist:

  • Followed the style guidelines of this project
  • Changelogs have been updated
  • Unit tests have been updated
  • Documentation has been updated

@codeboten codeboten requested review from a team, aabmass and toumorokoshi and removed request for a team November 27, 2020 17:43
Copy link
Member

@toumorokoshi toumorokoshi left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

Should there be a changelog entry?

@codeboten
Copy link
Contributor Author

LGTM, thanks!

Should there be a changelog entry?

Yup, will add a changelog today after I get the tests fixed

@lzchen lzchen merged commit 00578e3 into open-telemetry:master Dec 3, 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.

opentelemetry-instrument errors by default

4 participants