[receiver/k8scluster] deprecate k8s.kubeproxy.version attr
Closed this issue · 3 comments
Component(s)
receiver/k8scluster
Is your feature request related to a problem? Please describe.
k8scluster receiver has the optional attribute k8s.kubeproxy.version
, the value of which is set to the v1.Node
field .status.nodeInfo.kubeProxyVersion
. This field is not accurate and is set by kubelet, which does not actually know the kube-proxy version, or even if kube-proxy is running. k8s v1.29 starts the deprecation process of this field.
Describe the solution you'd like
We should start deprecation of the k8s.kubeproxy.version
attribute given the value is not accurate, and k8s itself plans to remove it.
Describe alternatives you've considered
No response
Additional context
No response
Pinging code owners:
- receiver/k8scluster: @dmitryax @TylerHelmuth @povilasv
See Adding Labels via Comments if you do not have permissions to add labels yourself.
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers
. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.
Pinging code owners:
- receiver/k8scluster: @dmitryax @TylerHelmuth @povilasv
See Adding Labels via Comments if you do not have permissions to add labels yourself.