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

Sumologic exporter not supporting comma in X-Sumo-Fields causing improper rendering of labels in headers. #1171

Open
rupeshnemade opened this issue Jun 21, 2023 · 4 comments

Comments

@rupeshnemade
Copy link

Kuberenets metadata section contains labels and in OTEL we set them as below in log body-
- set(attributes["kubernetes.labels"], resource.attributes["kubernetes.labels"])

Sumo can render it as expected as above rule sets labels in both resource and record attributes.
image

If we try to keep it only in default resource attributes then its rendering gets impacted.
image

It might be due to malfunctioning of Sumologic exporter JSON formatting.

@swiatekm-sumo
Copy link
Contributor

This is a limitation of Sumo http sources. Even though Sumo can actually render the values, it can't ingest them as header values if they contain commas.

The same limitation shouldn't be present for the OTLP source, so you could try that instead.

@rupeshnemade
Copy link
Author

@swiatekm-sumo Thanks for the update I will log Sumo issue.

@rupeshnemade
Copy link
Author

@swiatekm-sumo Any update on this issue. I can see the Sumo support ticket got closed.

@rupeshnemade
Copy link
Author

Any timelines for fixing this for HTTP source ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants