Issue with the processor/transform - leaking resources / attributes #34715
Labels
discussion needed
Community discussion needed
processor/transform
Transform processor
waiting for author
Component(s)
processor/transform
What happened?
Description
Doing the transform some of the resources are being improperly set, using values from completely different log message.
Steps to Reproduce
I use journald logging for Docker with image tagging:
--log-driver journald --log-opt tag={{.Name}}|{{.ImageName}}
OTEL config:
Expected Result
docker_image & container name should be used from syslog_identifier but they have completely different values, replication is gone and api is used which is separate container and shouldn't be here?
Actual Result
It looks like some resources are leaked? This shouldn't happen...
Collector version
0.106.0
Environment information
Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")
OpenTelemetry Collector configuration
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: