github signalfx/splunk-otel-collector-chart splunk-otel-collector-0.144.0

12 hours ago

This Splunk OpenTelemetry Collector for Kubernetes release adopts the Splunk OpenTelemetry Collector v0.144.0.

🛑 Breaking changes 🛑

  • gateway: Remove signalfx receiver from gateway (#2191)
    The signalfx receiver was removed from all default gateway pipelines in #2172. This change removes the
    receiver's declaration in the gateway config. If the signalfx receiver is still needed, the following
    section can be added to your values.yaml file:
    gateway:
      config:
        receivers:
          signalfx:
            endpoint: 0.0.0.0:9943
            include_metadata: true
      ports:
        signalfx:
          containerPort: 9943
          protocol: TCP
          enabled_for: [metrics, traces, logs]
    
    Please note that the signalfx receiver will eventually be deprecated and removed.

💡 Enhancements 💡

  • agent: Enable container.cpu.usage metric by default (#1962)
  • agent (logsCollection-journald): Allow users to configure the chart so the journald receiver can use the host's journalctl binary. (#2211)
    To enable this, set the logsCollection.journald.useHostJournalctl option 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)

Don't miss a new splunk-otel-collector-chart release

NewReleases is sending notifications on new releases.