opentelemetry-helm-charts
opentelemetry-helm-charts copied to clipboard
[collector] add node ip to kubeletstats
In some scenarios, it's desirable to use the node IP instead of the node name to gather kubelet metrics. This commit makes it possible for the user to specify the presets.kubeletMetrics.useNodeIp
flag so that the node ip is used as an endpoint instead of the node name.
Somewhat resovles https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/22843