Skip to content

Releases: oliver006/redis_exporter

v1.5.0

15 Mar 23:00
Compare
Choose a tag to compare
  • exporter binary is now build with Golang 1.14
  • removed vendor folder and updated logrus and prometheus packages

v1.4.0

22 Feb 02:05
dde61ca
Compare
Choose a tag to compare
  • PR #349 - record latency results for more than just one command (thx @szook )
  • PR #343 - record more metrics from Redis, record connect and PING timings,
    update github.com/gomodule/redigo to latest

v1.3.5

16 Dec 18:41
Compare
Choose a tag to compare
  • PR #339 - allow controlling if the redis_exporter should set the Redis client name (thx @Tom-Fawcett )

v1.3.4

15 Nov 19:31
e15c7d2
Compare
Choose a tag to compare
  • PR #334 - correctly pick up two client buffer metrics in redis 5.x

v1.3.3

14 Nov 02:01
e671c9b
Compare
Choose a tag to compare
  • add /health endpoint

v1.3.2

06 Nov 02:23
175a69f
Compare
Choose a tag to compare
  • fix bug in SLOWLOG metric collection

v1.3.1

08 Oct 14:30
c3213a1
Compare
Choose a tag to compare
  • PR #321 - fix metric collection for Google Cloud Memorystore, for real this time

v1.3.0

03 Oct 15:11
2aadaf7
Compare
Choose a tag to compare
  • PR #318 - fix metric collection for Google Cloud Memorystore

v1.2.2

02 Oct 23:17
Compare
Choose a tag to compare
  • PR #317 - trigger release build to publish new alpine tagged docker image (thx @mdawar )

v1.2.1

24 Sep 19:26
Compare
Choose a tag to compare
  • PR #312 - publish docker builds for arm and arm64
  • update Golang images to 1.13