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

[exporter/googlepubsub] expose Endpoint and Insecure #29740

Merged

Conversation

alexvanboxel
Copy link
Contributor

Description:
expose Endpoint and Insecure in configuration

Link to tracking Issue:
#29304

Testing:
Adapted tests to use the new attributes

Documentation:
Added new attributes to documentation

Comment on lines +31 to +34
* `endpoint` (Optional): Override the default Pubsub Endpoint, useful when connecting to the PubSub emulator instance
or switching between [global and regional service endpoints](https://cloud.google.com/pubsub/docs/reference/service_apis_overview#service_endpoints).
* `insecure` (Optional): allows performing “insecure” SSL connections and transfers, useful when connecting to a local
emulator instance. Only has effect if Endpoint is not ""
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this README could be improved by listing the default values of all the configuration options. It does not need to be done in this PR but please consider creating a follow up issue to track this.

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 prefer to do this for both my receiver/exporter at the same time. I have a lot of changes lined up and want to do them in small increments.

@bryan-aguilar bryan-aguilar added the ready to merge Code review completed; ready to merge by maintainers label Dec 12, 2023
expose `Endpoint` and `Insecure` in configuration

fixes: open-telemetry#29304
@alexvanboxel
Copy link
Contributor Author

I'm trying to keep the branch up-to-date by rebasing, but it goes too fast. BTW, I'm the code-owner (but not a maintainer).

@codeboten codeboten merged commit de8ba78 into open-telemetry:main Dec 14, 2023
83 checks passed
@github-actions github-actions bot added this to the next release milestone Dec 14, 2023
@alexvanboxel alexvanboxel deleted the pubsub-export-add-insecure branch December 14, 2023 20:08
cparkins pushed a commit to AmadeusITGroup/opentelemetry-collector-contrib that referenced this pull request Jan 10, 2024
…try#29740)

**Description:**
expose `Endpoint` and `Insecure` in configuration

**Link to tracking Issue:**
open-telemetry#29304

**Testing:**
Adapted tests to use the new attributes

**Documentation:**
Added new attributes to documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exporter/googlecloudpubsub ready to merge Code review completed; ready to merge by maintainers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants