Replies: 1 comment
-
Hi @sshiba -- I think you'll want to move this to opentelemetry-collector-contrib. Cheers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am experiencing an error with
kubeletstats
receiver where it is unable to resolve K8S cluster's node name. See error message below:2024-04-24T14:04:28.918Z error scraperhelper/scrapercontroller.go:197 Error scraping metrics {"kind": "receiver", "name": "kubeletstats", "data_type": "metrics", "error": "Get \"https://<node-name>:10250/stats/summary\": dial tcp: lookup <node-name> on 10.10.0.10:53: no such host", "scraper": "kubeletstats"}
Is there an option for the
kubeletstats
receiver to bypass the DNS server?Beta Was this translation helpful? Give feedback.
All reactions