Closed SujathaVenkat closed 3 years ago
Hi @SujathaVenkat , looking at the log, it seems that the DNS lookup failed: dial tcp: lookup api.telemetry.confluent.cloud on 127.0.0.11:53: read udp 127.0.0.1:57113-\u003e127.0.0.11:53: i/o timeout"
There is probably something in your network configuration and the process can not access the DNS server.
ccloud_exporter container logs below,
I tried to increase the timeout to 120 seconds as provided in README.md but no luck.
flag.IntVar(&Context.HTTPTimeout, "timeout", 120, "Timeout, in second, to use for all REST call with the Metric API")
Thanks in advance!