prometheus-community/PushProx

Add support for http_sd_configs

SuperQ opened this issue · 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.

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.

#121 fixes that.