Releases: oliver006/redis_exporter
Releases · oliver006/redis_exporter
v1.2.0
v1.1.1
v1.1.0
- 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
v1.0.3
v1.0.2
v1.0.1
v1.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.