Bug 234227

Summary: databases/redis_exporter: Update to 0.32.0
Product: Ports & Packages Reporter: Volodymyr Kostyrko <arcade>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Only Me Keywords: needs-qa
Priority: --- Flags: arcade: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch to new version
none
patch to new version + fix version reported
none
patch to new version + fix version reported none

Description Volodymyr Kostyrko 2018-12-20 19:10:29 UTC
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 )
Comment 1 Volodymyr Kostyrko 2018-12-20 23:37:43 UTC
Created attachment 200325 [details]
patch to new version + fix version reported
Comment 2 Volodymyr Kostyrko 2019-03-25 14:32:34 UTC
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 )
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-04-12 16:23:03 UTC
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
Comment 4 Steve Wills freebsd_committer freebsd_triage 2019-04-12 16:23:45 UTC
Committed, thanks!