redis_sentinel_exporter

command module
v1.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 30, 2020 License: MIT Imports: 13 Imported by: 0

README

Redis Sentinel Exporter for Prometheus

BuildStatus Widget codecov

This is a simple server that scrapes Redis Sentinel stats and exports them via HTTP for Prometheus consumption.

Configuration

  • -debug (env DEBUG) – Output verbose debug information.
  • -log-format (env LOG_FORMAT) – Log format, valid options are txt and json. (default txt)
  • -namespace (env NAMESPACE) – Namespace for metrics. (default redis_sentinel)
  • -sentinel.addr (env SENTINEL_ADDR) – Redis Sentinel host:port. (default redis://127.0.0.1:26379)
  • -sentinel.password (env SENTINEL_PASSWORD) – Redis Sentinel password (optional).
  • -sentinel.password-file (env SENTINEL_PASSWORD_FILE) - Path to Redis Sentinel password file (optional).
  • -version – Prints version and exit.
  • -web.listen-address (env LISTEN_ADDRESS) – Address to listen on for web interface and telemetry. (default :9355)
  • -web.telemetry-path (env TELEMETRY_PATH) – Path under which to expose metrics. (default /metrics)

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL