Created attachment 205351 [details] Update to 1.0.3 Changelog: 1.0.3: PR #264 - allow passing client key & cert file for TLS auth (thx @joesis ) 1.0.2: PR #275 - fix default redis address for exporter, making it default to redis://localhost:6379 1.0.1: PR #270 - fix race condition when scraping multiple instances in parallel 1.0.0: PR #256 - breaking changes due to major rewrite and cleanup Breaking Changes: configuring multiple redis instances is no longer supported, see the README how to properly configure the Prometheus server. The exporter now uses ConstMetrics to correctly export counters and gauges. total_system_memory_bytes is no longer included by default. renamed latency_spike_milliseconds -> latency_spike_seconds renamed all the cpu metrics to end with _seconds Tile38 metrics are only scraped if --is-tile38 command line flag is set. Put the released binary file into a folder inside the .tar.gz / zip files. New features: allow skipping of cert validation. allow overriding of CONFIG command name. 0.34.1: PR #259 - trim white space from redis pwd file
A commit references this bug: Author: kai Date: Sat Jun 29 14:58:26 UTC 2019 New revision: 505351 URL: https://svnweb.freebsd.org/changeset/ports/505351 Log: databases/redis_exporter: Update to 1.0.3 While I'm here: * Add path to license file. * Pet portclippy by grouping related variables together (USE_ and GO_). Changelog: https://github.com/oliver006/redis_exporter/releases/tag/v1.0.3 PR: 238823 Submitted by: Volodymyr Kostyrko <arcade@b1t.name> (maintainer) Changes: head/databases/redis_exporter/Makefile head/databases/redis_exporter/distinfo
Committed, thank you for the patch!