As described in the expositions format spec, Prometheus supports the optional Content-Encoding: gzip header.
Other client libraries already support encoding the scraped metrics, for example:
It will be useful to support this in the python client as well to reduce bandwidth used by applications using the client for exporting metrics.
As described in the expositions format spec, Prometheus supports the optional
Content-Encoding: gzipheader.Other client libraries already support encoding the scraped metrics, for example:
It will be useful to support this in the python client as well to reduce bandwidth used by applications using the client for exporting metrics.