PushProx icon indicating copy to clipboard operation
PushProx copied to clipboard

Add support for http_sd_configs

Open SuperQ opened this issue 4 years ago • 2 comments

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.

SuperQ avatar Aug 11 '21 12:08 SuperQ

Apparently all that is missing is returning application/json as Content-Type instead of text/plain.

odormond avatar Feb 07 '22 15:02 odormond

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.

odormond avatar Feb 07 '22 16:02 odormond