PushProx icon indicating copy to clipboard operation
PushProx copied to clipboard

Proxy to allow Prometheus to scrape through NAT etc.

Results 65 PushProx issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.35.0 to 0.37.0. Release notes Sourced from github.com/prometheus/common's releases. sigv4/v0.1.0 Initial release Commits 49b3603 Improve OAuth2 user agent handling (#391) c5e1b60 config: ignore deprecated warning in tests...

dependencies

The `/clients` endpoint's labels field would be the ideal way to provide static target-based labels for relabeling metrics. Our use-case requires each scrape target to have an environment, region and...

Some use cases require being able to protect against a bad actor on the proxy side. E.G. someone with access to the proxy could send valid yet malicious requests through...

Hi! I'm having troubles running PushProx on my staging server. The most informative error I see is from proxy client receiving bad request: ``` $ ./pushprox-client --proxy-url=http://prom-proxy-stg.***.com/ --fqdn=`hostname` --metrics-addr=":9368" level=info...

Hey there! The client half of this project looks super useful to embed into applications. Does it make sense to move some of the logic out of the main package...

(Hi! Long time listener, first time caller. Great tool!) For context: We monitor some of our customers' servers by installing a pushprox and a node exporter on their machine, and...

With Prometheus 2.28, there is now support for [http_sd_configs](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#http_sd_config). This would allow the proxy to not need to write out files to the Prometheus server.

I've wrestled with wrapping together nginx for ssl wrapping, pushprox-proxy and -client; there apparently are some landmines that I am dancing on, but as there is no audible feedback like...

I have been struggling to come up with a way to work with multiple exporter, but can not figure out how. I can scrape the metrics from the client, based...

Hi, Does anyone have working nginx reverse proxy config? I have two problems: - on virtualhost based configuration, nginx try to evaluate the destination url itsef (something:9100/metrics), so prometheus got...