lightstep / otel-collector-charts

This is the repository for Lightstep's recommendations for running an OpenTelemetry Collector.
Apache License 2.0
15 stars 12 forks source link

LS-55580 Complete processing of log attributes #52

Closed gdfast closed 1 year ago

gdfast commented 1 year ago

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 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