This Splunk OpenTelemetry Collector for Kubernetes release adopts the Splunk OpenTelemetry Collector v0.144.0.
🛑 Breaking changes 🛑
gateway: Removesignalfxreceiver from gateway (#2191)
Thesignalfxreceiver was removed from all default gateway pipelines in #2172. This change removes the
receiver's declaration in the gateway config. If thesignalfxreceiver is still needed, the following
section can be added to your values.yaml file:
Please note that thegateway: config: receivers: signalfx: endpoint: 0.0.0.0:9943 include_metadata: true ports: signalfx: containerPort: 9943 protocol: TCP enabled_for: [metrics, traces, logs]signalfxreceiver will eventually be deprecated and removed.
💡 Enhancements 💡
agent: Enablecontainer.cpu.usagemetric by default (#1962)agent (logsCollection-journald): Allow users to configure the chart so thejournaldreceiver can use the host's journalctl binary. (#2211)
To enable this, set thelogsCollection.journald.useHostJournalctloption to true.
By default, this option is false, so the collector uses the bundled journalctl binary.
For more details, see Advanced Configuration.
🧰 Bug fixes 🧰
agent: Skip token passthrough if Splunk Observability is disabled (#2219)