Open JakubDaleki opened 5 months ago
Pinging code owners:
exporter/googlecloudpubsub: @alexvanboxel
See Adding Labels via Comments if you do not have permissions to add labels yourself.
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers
. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself.
/label exporter/googlecloudpubsub discussion-needed
Pinging code owners for exporter/googlecloudpubsub: @alexvanboxel. See Adding Labels via Comments if you do not have permissions to add labels yourself.
Component(s)
exporter/googlecloudpubsub
Is your feature request related to a problem? Please describe.
Different logs (for example from different files) should be written to different topics on GCP PubSub. Current implementation allows only to specify one destination topic in static yaml config.
Describe the solution you'd like
I want to add a new flag to config
topic_from_attribute
. If set totrue
each log should be sent to a topic specified in Attributegcp.topic
of a LogRecord. If attribute is not present or is in invalid format logs should be sent to default topic specified in thetopic
field.My PR showing changes needed to obtain this mechanism: https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/33545/files
Describe alternatives you've considered
No response
Additional context
No response