-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Add deprecation warning for Google PubSub receivers build in encoder #39371
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
Labels
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Makes sense to me and was filed by a code owner, removing |
vincentfree
pushed a commit
to ing-bank/opentelemetry-collector-contrib
that referenced
this issue
May 6, 2025
…pen-telemetry#39842) #### Description Add deprecation warning for the build-in encoders. The build-in encoders `cloud_logging` and `raw_text` both have encoding extension alternatives and will be removed in version v0.132.0 of the collector #### Link to tracking issue Fixes open-telemetry#39371 #### Testing Started the collector with the encoders selected and see the warning #### Documentation Added deprecation to the README
vincentfree
pushed a commit
to ing-bank/opentelemetry-collector-contrib
that referenced
this issue
May 20, 2025
…pen-telemetry#39842) #### Description Add deprecation warning for the build-in encoders. The build-in encoders `cloud_logging` and `raw_text` both have encoding extension alternatives and will be removed in version v0.132.0 of the collector #### Link to tracking issue Fixes open-telemetry#39371 #### Testing Started the collector with the encoders selected and see the warning #### Documentation Added deprecation to the README
dragonlord93
pushed a commit
to dragonlord93/opentelemetry-collector-contrib
that referenced
this issue
May 23, 2025
…pen-telemetry#39842) #### Description Add deprecation warning for the build-in encoders. The build-in encoders `cloud_logging` and `raw_text` both have encoding extension alternatives and will be removed in version v0.132.0 of the collector #### Link to tracking issue Fixes open-telemetry#39371 #### Testing Started the collector with the encoders selected and see the warning #### Documentation Added deprecation to the README
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Component(s)
receiver/googlecloudpubsub
Describe the issue you're reporting
The Google Cloud PubSub receiver can handle several encodings, but now the receiver can handle external encoders, and we have alternatives for the build in once.
Start deprecation phase 1, and warn the user at startup when they have configured the encoding. Both Google Cloud
LogEntry
(encoder: #37531) and text encoding have an external encoder alternative and will get the warning log line at start up.The binary OTLP encoding will still be the default and build in.
The text was updated successfully, but these errors were encountered: