Skip to content

Tags: dolfim-ibm/redis_exporter

Tags

v1.37.0

Toggle v1.37.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add new metrics of info cmd to redis exporter (oliver006#621)

* Add new metrics of info cmd to redis exporter

v1.36.0

Toggle v1.36.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add main_thread metrics added in 6.2 (oliver006#619)

v1.35.1

Toggle v1.35.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add cmd line option to control redacting of config metrics (oliver006…

…#611)

v1.35.0

Toggle v1.35.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Config metrics and check keys as strings (oliver006#607)

* go mod tidy

* include config metrics

* record string check keys as labels

v1.34.1

Toggle v1.34.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update module github.com/prometheus/client_golang to v1.12.0 (oliver0…

…06#603)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

v1.34.0

Toggle v1.34.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added support for ERRORSTATS and COMMANDSTATS fields introduced on v6…

….2 (oliver006#600)

* Added support for ERRORSTATS and COMMANDSTATS fields introduced on v6.2

v1.33.0

Toggle v1.33.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support of TLS with mutual authentication on the metrics endpoint (

…oliver006#593)

* Add config to enable TLS with mutual authentication on metrics ep

When the config `tls-server-ca-cert-file`, or the environment variable
`REDIS_EXPORTER_TLS_SERVER_CA_CERT_FILE` is set a client connecting
to the metrics endpoint will be authenticated.
This is sometimes loosely called mTLS or mutual TLS.

* Add support for certificate hot-reload on ClientCAs certs

* Add REDIS_EXPORTER_TLS_SERVER_CA_CERT_FILE description

v1.32.0

Toggle v1.32.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update module github.com/gomodule/redigo to v1.8.6 (oliver006#589)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

v1.31.4

Toggle v1.31.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

v1.31.3

Toggle v1.31.3's commit message
fix published images and tags