Skip to content

Releases: oliver006/redis_exporter

v1.2.0

21 Sep 18:43
Compare
Choose a tag to compare
  • PR #313 fix latency spike duration metric (thx @kevinfulkerson )
    Breaking change: latency_spike_timestamp_seconds was renamed to latency_spike_duration_seconds

v1.1.1

07 Sep 00:44
1687c56
Compare
Choose a tag to compare
  • PR #311 fix handling of IP addresses when using the /scrape endpoint
  • PR #311 set client name to redis_exporter when connecting to redis

v1.1.0

20 Aug 21:21
61e0167
Compare
Choose a tag to compare
  • Correctly use check-keys, check-single-keys and Lua script when using /scrape
  • Broken Lua scripts will now cause a scrape error
  • Tile38 metrics are now prefixed with tile38_, e.g. test_tile38_num_points_total
  • Provide pre-compiled binaries for arm, mips and ppc

v1.0.4

08 Aug 00:04
Compare
Choose a tag to compare

v1.0.3

21 Jun 01:12
Compare
Choose a tag to compare
  • PR #264 - allow passing client key & cert file for TLS auth (thx @joesis )

v1.0.2

13 Jun 01:54
4f808dc
Compare
Choose a tag to compare
  • PR #275 - fix default redis address for exporter, making it default to redis://localhost:6379

v1.0.1

07 Jun 16:05
acbc525
Compare
Choose a tag to compare
  • PR #270 - fix race condition when scraping multiple instances in parallel

v1.0.0

22 May 21:18
Compare
Choose a tag to compare

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.

v0.34.1

09 May 15:41
1c168d0
Compare
Choose a tag to compare
  • PR #259 - trim white space from redis pwd file

v0.34.0

24 Apr 02:00
48b934d
Compare
Choose a tag to compare
  • PR #253 - make the INFO command work for Redis 2.4 (thx @i02sopop )