splunk-otel-collector-0.109.0
This Splunk OpenTelemetry Collector for Kubernetes release adopts the Splunk OpenTelemetry Collector v0.109.0.
π Breaking changes π
operator
: Operator Helm values previously under.Values.operator.instrumentation.spec.*
have been moved to.Values.instrumentation.*
(#1436)
If you use custom values under.Values.operator.instrumentation.spec.*
please review the upgrade guidelines
π‘ Enhancements π‘
agent
: AddedfsyncFlag
configuration to allow users to enable fsync on the filestorage. (#1425)agent
: Add a feature gateuseControlPlaneMetricsHistogramData
(#1372)
This feature gate allows to gather control plane metrics and send them as histogram data to Observability Cloud.
This is an experimental feature under heavy development.agent
: Add base configuration to support the new continuous discovery mechanism. (#1455)
The new continuous discovery mechanism is disabled by default. To enable it, set the following values in your configuration:agent: discovery: enabled: true featureGates: splunk.continuousDiscovery
operator
: Bump nodejs to v2.12.0 in helm-charts/splunk-otel-collector/values.yaml (#1434)
π§° Bug fixes π§°
targetAllocator
: Fix the name of the service account token given when featureGates.explicitMountServiceAccountToken is true (#1427)