prometheus-community / PushProx

Proxy to allow Prometheus to scrape through NAT etc.
Apache License 2.0
719 stars 133 forks source link

Target Exporter on another machine #103

Open AndiBuzer opened 3 years ago

AndiBuzer commented 3 years ago

Hello Guys,

i'm trying to set up, a prometheus monitoring stack, that gathers information from different networks. Therefore i tried to installl one central proxy and a proxy client in each of the networks. That works fine so far, if i try to scrape exporters which run at the same machine as the client is running. Is it possible to target exporters on another machine in the same network via the agents, if yes how would i configure that. If no is the solution to host a proxy in each of these networks and a client on each machine i want to scrape exporters from?

Best regards Andi