client_java
client_java copied to clipboard
PrometheusScrapeHandler compression should be configurable
Currently, PrometheusScrapeHandler compresses automatically if Accept-Encoding contains gzip. Compression should not be the responsibility of request handlers but more of the responsibility of filters.
It is nice that PrometheusScrapeHandler has compression support. However, there should be a way to disable it.
PR is welcome :smile:
I'll give it a shot ...