This Splunk OpenTelemetry Collector for Kubernetes release adopts the Splunk OpenTelemetry Collector v0.126.0.
💡 Enhancements 💡
clusterReceiver
: Adds feature gateenableEKSApiServerMetrics
to enable prometheus scraping for kubernetes-apiserver metrics from EKS clusters. (#1831)operator
: Bump java to v2.16.0 in helm-charts/splunk-otel-collector/values.yaml (#1838)
🛑 Breaking changes 🛑
agent
/clusterReceiver
: Upgradereceiver.prometheusreceiver.RemoveLegacyResourceAttributes
feature gate tobeta
stability (enabled by default) (#32814)
Disable thereceiver.prometheusreceiver.RemoveLegacyResourceAttributes
feature gate to restore previous behavior. This feature gate will be removed in a future release.
The feature gate is used to remove the following legacy resource attributes:
net.host.name
->server.address
net.host.port
->server.port
http.scheme
->url.scheme
- If you're using Prometheus receivers with the collector agent or cluster receiver, and have alerts or dashboards based on that data, please review the upgrade guidelines.