Bug 238823 - databases/redis_exporter: Update to 1.0.3
Summary: databases/redis_exporter: Update to 1.0.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Kai Knoblich
URL: https://github.com/oliver006/redis_ex...
Keywords: easy, patch-ready
Depends on:
Blocks:
 
Reported: 2019-06-26 11:33 UTC by Volodymyr Kostyrko
Modified: 2019-06-29 15:02 UTC (History)
1 user (show)

See Also:


Attachments
Update to 1.0.3 (1008 bytes, patch)
2019-06-26 11:33 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 2019-06-26 11:33:33 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-06-29 14:59:22 UTC
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
Comment 2 Kai Knoblich freebsd_committer freebsd_triage 2019-06-29 15:02:30 UTC
Committed, thank you for the patch!