Adds the same k8sattribute processor configuration to the logsCollector as the other collector configurations
For what purpose?
This k8sattribute processor attaches some important attributes like service.name as well as our common slate of kubernetes resource attributes to log messages collected via the logsCollector
How did you test this?
Made the change to the helm chart locally, then applied to the demo environment that uses otel-cloud-stack. Saw service.name, service.version, and other attributes populate for the logs coming from the demo environment
What does this PR do?
Adds the same k8sattribute processor configuration to the logsCollector as the other collector configurations
For what purpose?
This k8sattribute processor attaches some important attributes like
service.name
as well as our common slate of kubernetes resource attributes to log messages collected via the logsCollectorHow did you test this?
Made the change to the helm chart locally, then applied to the demo environment that uses otel-cloud-stack. Saw service.name, service.version, and other attributes populate for the logs coming from the demo environment