You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
If we try to keep it only in default resource attributes then its rendering gets impacted.
It might be due to malfunctioning of Sumologic exporter JSON formatting.
The text was updated successfully, but these errors were encountered:
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.
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.
If we try to keep it only in default resource attributes then its rendering gets impacted.
It might be due to malfunctioning of Sumologic exporter JSON formatting.
The text was updated successfully, but these errors were encountered: