-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Encoding Extensions not in Contrib Distribution #32723
Comments
Pinging code owners:
%s See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Removing |
**Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> I noticed the output of a recent comment made by the `github-actions` bot had an extra `%s` in its output when pinging code owners on new issues. This is unnecessary. Example links: #32666 (comment) #32723 (comment)
@crobert-1 With the recent release promoting to Alpha does that mean the contrib distribution will now have the encoding extensions or does this require additional work? |
It looks like some encoding extensions are currently included in releases: Jaegar, OTLP, and Zipkin. Is there another you want to be released? (I see you mentioned the JSON log encoding extension) |
Correct the JSON log encoding extension is the big one I am looking at. I am happy to PR that repo if that is the best way to go about it. |
@VihasMakwana @atoulme Do you think the JSON log encoding extension is ready to be upgraded to |
Any updates on this? |
It's been upgraded to |
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 Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Component(s)
extension/encoding, extension/encoding/jsonlogencoding
Describe the issue you're reporting
When trying to use the encoding extension on contrib distribution I got the error saying this extension was not in the contrib provider using
otel/opentelemetry-collector-contrib:0.99.0
image.Encoders are going to be important for having more encoding options for various other components.
The text was updated successfully, but these errors were encountered: