Pushgateway v1.5.0

7 views
Skip to first unread message

Björn Rabenstein

unread,
Nov 24, 2022, 8:11:57 AM11/24/22
to Prometheus Announcements

Dear Prometheans,

I have published a new minor release for the Pushgateway: v1.5.0

Thanks to @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, 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
Reply all
Reply to author
Forward
0 new messages