Skip to content

splunk-otel-collector-0.138.0

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Oct 03:28
6353e52

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

πŸ›‘ Breaking changes πŸ›‘

  • chart: Remove fluentd sidecar container and related configuration options (#2138)

    The legacy fluentd sidecar container has been removed from the chart. All users should now use the native OpenTelemetry logs collection, which is the default and provides better performance and resource efficiency.

    If you still need to use fluentd for log collection, you can run it as a separate deployment using the official fluentd helm chart and forward logs to the collector using the fluentforward receiver.

    See the upgrade guide for detailed instructions.