Dear Prometheans, I have published a new minor release for the Pushgateway: v1.5.0 <https://github.com/prometheus/pushgateway/releases/tag/v1.5.0>
Thanks to @fatelei <https://github.com/fatelei> for contributing the new feature of gzip’ing the body of a POST or PUT sent to the Pushgateway. To use it, you have to add a header Content-Encoding: gzip, like in this example: echo "some_metric 3.14" | gzip | curl -H 'Content-Encoding: gzip' --data-binary @- http://pushgateway.example.org:9091 /metrics/job/some_job By updating to v0.8.1 of the prometheus/exporter_toolkit <https://github.com/prometheus/exporter-toolkit>, the Pushgateway now supports multiple listeners and systemd sockets. The routine update of all dependencies should also silence a lot of (presumably false) alerts issued by naive security scanners when spotting a dependency with a vulnerability even though the vulnerable code isn’t used by the Pushgateway. Enjoy! 1.5.0 / 2022-11-24 - [FEATURE] Add multiple listeners and systemd socket support. #512 - [FEATURE] Accept a gzip’d body of a POST or PUT request. #477 -- Björn Rabenstein [PGP-ID] 0x851C3DA17D748D03 [email] bjo...@rabenste.in -- You received this message because you are subscribed to the Google Groups "prometheus-announce" group. To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-announce+unsubscr...@googlegroups.com. To view this discussion on the web, visit https://groups.google.com/d/msgid/prometheus-announce/CAMrVKswv3NSJCk7biH2LQLj47ddwiMic-7PJ_SPSX2GWFdKtHg%40mail.gmail.com.