Hiii Thanks for your reply. we were using two different ports for two node exporters. Actually one node exporter is running in container/pod and another node exporter is running as a binary file. we are not getting any issue with container/pod one. But when we are running with binary one we are getting error like context deadline exceeded.
our prometheus config file is as follows: scrape_interval: 2m evaluation_interval: 15s scrape_timeout: 2m could anyone please help me out of this? regards, Bharath. On Wednesday, 20 April 2022 at 17:50:01 UTC+5:30 Brian Candler wrote: > You need to be clearer about what you're doing and what errors you see. > > Yes, you could run two node_exporters on the same server, bound to > different ports. However this is normally completely pointless, since > they're both monitoring the same server, and exporting the same data. > > It is not recommended that you run node_exporter inside a container at > all. But if you do, see the instructions here: > https://github.com/prometheus/node_exporter#docker > > On Wednesday, 20 April 2022 at 11:59:27 UTC+1 [email protected] > wrote: > >> Hii all, >> >> I want to run two node exporter on same server.. One is with kubernetes >> and another one with binary file. each node exporter has different port >> numbers. I am getting error like time out or context deadline exceeded. >> Will it be possible if so sould you please tell me the solution? >> >> thanks >> Bharath >> > -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/51faceba-0886-416a-a9ca-75fb3e40b9dbn%40googlegroups.com.

