-
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
[receiver/libhoney] Libhoney receiver log signal #36827
base: main
Are you sure you want to change the base?
Conversation
receiver/libhoneyreceiver/encoder.go
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this be moved to internal?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to add some unit tests for our parsing logic.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I put the tests in the parsing package. Do we need more up at this level?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ya we need a config_test.go
and factory_test.go
and a receiver_test.go
. The datadogreceiver and splunkhecreceiver are good examples
Description
This PR is the implementation for the logs signal related to the new libhoney receiver.
Link to tracking issue
#36693