-
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/splunkhec] support trace signal #35953
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
How would that look like? Please show an example of trace as a HEC event. |
Why do you actually need it? Why cannot you simply send traces using OTLP or any other protocol? |
@pellared Our otel-collector pipeline supports exporting traces to SplunkHec. For our integration test, we plan to use a SplunkHec trace receiver to verify that data is being exported accurately. |
I see, you want to validate trace exports via a splunkhecreceiver. We support traces in the splunkhecexporter by marshaling them to JSON and making the event field of the HEC event. You want to read that event field and unmarshal the trace from it, correct? |
Yes, we need to validate trace exports via a splunkhecreceiver. I am not sure how json marshalling can help us. Can you please elaborate a bit more? Thanks. |
Component(s)
receiver/splunkhec
Is your feature request related to a problem? Please describe.
The https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/splunkhecexporter supports traces but not the receiver. And it is a requirement for us.
Describe the solution you'd like
[receiver/splunkhec] support trace signal
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: