prometheus-community / PushProx

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

Adding multi FQDN support from same client #134

Open gaurav-05 opened 1 year ago

gaurav-05 commented 1 year ago

As of now we need to run a client for each FQDN in Prometheus, with this change we can run single client within a zone and pass the list of FQDNs it will serve.

gaurav-05 commented 1 year ago

@SuperQ - Would you please help with reviewing this.