This Splunk OpenTelemetry Collector for Kubernetes release adopts the Splunk OpenTelemetry Collector v0.141.0.
🛑 Breaking changes 🛑
gateway: Remove support for sending SignalFx events through the gateway (#2170)
Please send SignalFx events directly to Splunk Observability Cloud instead of through the gateway.
This change will have no impact on users unless they've introduced custom behavior that sends
events to the gateway.
🧰 Bug fixes 🧰
agent: Fix k8sattributes processor incorrectly using host.name for pod association (#2183)
The k8sattributes processor was configured to use host.name as one of the pod association sources.
However, the processor expects host.name to be a pod IP address, while our collector sets
host.name to the k8s node name.