Created attachment 200315 [details] patch to new version Changelog: * bring back some accidentally dropped commits * treat string response "err" as failure and set gauge to zero * clean up metrics (thaanks @SuperQ ) * more AOF related metrics (thx @tomplus ) * record slowlog_last_id metric (thx @cgroschupp )
Created attachment 200325 [details] patch to new version + fix version reported
Created attachment 203135 [details] patch to new version + fix version reported 0.32.0 is out: * fix bugs around missing cluster metrics that I introduced in PR #238 * PR #240 - add last_slow_execution_duration_seconds (thx @sKabYY ) * PR #243 - fix IPv6 address parsing in cluster metrics (thx @jobec ) * PR #237 - Streams metrics support (thx @kak-tus ) * PR #234 - Tile38 support (thx @1995parham ) * PR #235 - addtl lag metrics (thx @samber ) * PR #231 - support redis password via file (thx @javsalgar ) * PR #232 - Run as non-root user (thx @dotLou ) * PR #220 - Add slave_port attribute to metric "redis_connected_slave_offset" (thx @redzippo1 ) * PR #229 - Bring back total_system_memory_bytes metric (thx @juris ) * PR #211 smaller binaries and docker container images (thx @nrvnrvn )
A commit references this bug: Author: swills Date: Fri Apr 12 16:22:40 UTC 2019 New revision: 498726 URL: https://svnweb.freebsd.org/changeset/ports/498726 Log: databases/redis_exporter: Update to 0.32.0 PR: 234227 Submitted by: Volodymyr Kostyrko <arcade@b1t.name> (maintainer) Changes: head/databases/redis_exporter/Makefile head/databases/redis_exporter/distinfo
Committed, thanks!