Releases: oliver006/redis_exporter
Releases · oliver006/redis_exporter
v1.5.0
- exporter binary is now build with Golang 1.14
- removed vendor folder and updated logrus and prometheus packages
v1.4.0
- 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
- PR #339 - allow controlling if the redis_exporter should set the Redis client name (thx @Tom-Fawcett )
v1.3.4
- PR #334 - correctly pick up two client buffer metrics in redis 5.x
v1.3.2
- fix bug in SLOWLOG metric collection
v1.3.1
- PR #321 - fix metric collection for Google Cloud Memorystore, for real this time
v1.3.0
- PR #318 - fix metric collection for Google Cloud Memorystore
v1.2.2
- PR #317 - trigger release build to publish new
alpine
tagged docker image (thx @mdawar )
v1.2.1
- PR #312 - publish docker builds for arm and arm64
- update Golang images to 1.13