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

[receiver/journald] adds byte array message parsing #36005

Merged
merged 4 commits into from
Oct 30, 2024

Conversation

fuero
Copy link
Contributor

@fuero fuero commented Oct 25, 2024

Description

Adds message conversion from byte array support to journald receiver.
Introduces a config setting for enabling this behaviour.

Link to tracking issue

Fixes #35964

Testing

Adds tests for decoding a message successfully to string

Tested on a real world example as well with the resulting binary

Documentation

Adds description of the setting the PR introduces

@fuero fuero requested review from djaglowski and a team as code owners October 25, 2024 20:37
Copy link

linux-foundation-easycla bot commented Oct 25, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

@djaglowski
Copy link
Member

These appear to be two unrelated features. Please reduce this PR to one feature and open a separate PR for the other

@fuero fuero force-pushed the feature/journald-features branch from 8677fe3 to 752b464 Compare October 28, 2024 22:51
@fuero
Copy link
Contributor Author

fuero commented Oct 28, 2024

These appear to be two unrelated features. Please reduce this PR to one feature and open a separate PR for the other

Sure, done:
#36031

@fuero fuero changed the title [receiver/journald] adds namespace support, byte array message parsing [receiver/journald] adds byte array message parsing Oct 28, 2024
@fuero fuero requested a review from djaglowski October 29, 2024 09:19
@djaglowski
Copy link
Member

Please add a changelog entry

@fuero fuero force-pushed the feature/journald-features branch from 09d1e7a to b12093b Compare October 29, 2024 16:01
@djaglowski
Copy link
Member

Just a couple lint errors to resolve, plus conflicts from #36031.

@fuero fuero force-pushed the feature/journald-features branch 4 times, most recently from ac1bfee to 4d721e4 Compare October 30, 2024 00:30
@fuero fuero force-pushed the feature/journald-features branch from 4d721e4 to c95551c Compare October 30, 2024 09:04
@fuero
Copy link
Contributor Author

fuero commented Oct 30, 2024

@djaglowski all done, thanks!

@djaglowski djaglowski merged commit 24e6ba0 into open-telemetry:main Oct 30, 2024
158 checks passed
@github-actions github-actions bot added this to the next release milestone Oct 30, 2024
zzhlogin pushed a commit to zzhlogin/opentelemetry-collector-contrib-aws that referenced this pull request Nov 12, 2024
…6005)

#### Description

Adds message conversion from byte array support to journald receiver.
Introduces a config setting for enabling this behaviour.

#### Link to tracking issue

Fixes open-telemetry#35964 

#### Testing

Adds tests for decoding a message successfully to string

Tested on a real world example as well with the resulting binary

#### Documentation

Adds description of the setting the PR introduces
sbylica-splunk pushed a commit to sbylica-splunk/opentelemetry-collector-contrib that referenced this pull request Dec 17, 2024
…6005)

#### Description

Adds message conversion from byte array support to journald receiver.
Introduces a config setting for enabling this behaviour.

#### Link to tracking issue

Fixes open-telemetry#35964 

#### Testing

Adds tests for decoding a message successfully to string

Tested on a real world example as well with the resulting binary

#### Documentation

Adds description of the setting the PR introduces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[receiver/journald] Handle MESSAGE field more conveniently
3 participants