Bug 234227 - databases/redis_exporter: Update to 0.32.0
Summary: databases/redis_exporter: Update to 0.32.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steve Wills
URL:
Keywords: needs-qa
Depends on:
Blocks:
 
Reported: 2018-12-20 19:10 UTC by Volodymyr Kostyrko
Modified: 2019-04-12 16:23 UTC (History)
0 users

See Also:
arcade: maintainer-feedback+


Attachments
patch to new version (985 bytes, patch)
2018-12-20 19:10 UTC, Volodymyr Kostyrko
no flags Details | Diff
patch to new version + fix version reported (1.46 KB, patch)
2018-12-20 23:37 UTC, Volodymyr Kostyrko
no flags Details | Diff
patch to new version + fix version reported (1.46 KB, patch)
2019-03-25 14:32 UTC, Volodymyr Kostyrko
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!