Tags: bitleak/redis_exporter
Tags
Merge pull request oliver006#504 from mcsps/master Run Docker image as non-root
Merge pull request oliver006#505 from oliver006/oh_misc_stuff fix parseMetricsCommandStats() and log "LATENCY LATEST" error only once
Merge pull request oliver006#501 from oliver006/oh_lint Fix lint issue, add expired_stale_percentage metric, update redigo&logrus
Default to 0 when reporting missing key sizes (oliver006#483) Prometheus recommends avoiding missing metrics by exporting 0 when missing metrics are known in advance (which is the case for check-single-keys and any keys found while scanning with check-keys).
Add scrape password file support (oliver006#465) * Add scrape password file support password file format: { "redis://<<HOSTNAME>>:<<PORT>>":"<<PASSWORD>>" }
Fix drone docker releases (oliver006#449) Post merging of oliver006#435, drone docker releases are broken. This commit fixes it.
PreviousNext