-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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/splunkhec] expose the Splunk HEC codec #21254
Conversation
@MovieStoreGuy this one is for you ;) |
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.
Just a naming stutter but otherwise, seems fine.
Can I leave you to resolve the conflicts @atoulme ? |
fd04cae
to
fa14b9d
Compare
1ffd424
to
81711e2
Compare
Sounds like you need to add a replace somewhere:
|
fc18be0
to
6abca82
Compare
pkg/codec/splunkhec/go.mod
Outdated
|
||
require ( | ||
github.com/json-iterator/go v1.1.12 | ||
github.com/open-telemetry/opentelemetry-collector-contrib/internal/splunk v0.76.3 |
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.
set these to v0.77.0
5463b12
to
5cbbc66
Compare
Looks like |
@atoulme @MovieStoreGuy, why do we need this functionality exported in |
I don't believe anything outside of the project would consume it, the intention was to expose the functionality with the encoding extension they I've only just started. |
OK to wait for the extension. Closing. |
Description:
Move out of the splunkhec receiver the codec that translates from Splunk HEC JSON to pdata.
Link to tracking Issue:
#21152
Testing:
Test coverage is unchanged on the receiver.
Documentation:
N/A