-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
Description
Component(s)
No response
Is your feature request related to a problem? Please describe.
We are creating self-contained integration tests. While the pubsub receiver allows the endpoint and insecure configurations, the exporter does not.
Describe the solution you'd like
The ability to set the endpoint and insecure configuration options.
exporters:
googlecloudpubsub:
project: abc
endpoint: mytestendpoint
user_agent: projects/abc/topics/requests
insecure: true
Describe alternatives you've considered
No response
Additional context
No response