PushProx
PushProx copied to clipboard
Add support for http_sd_configs
With Prometheus 2.28, there is now support for http_sd_configs. This would allow the proxy to not need to write out files to the Prometheus server.
Apparently all that is missing is returning application/json as Content-Type instead of text/plain.
Apparently all that is missing is returning application/json as Content-Type instead of text/plain.
https://github.com/prometheus-community/PushProx/pull/121 fixes that.