This is a simple server that scrapes Redis Sentinel stats and exports them via HTTP for Prometheus consumption.
-debug(envDEBUG) – Output verbose debug information.-log-format(envLOG_FORMAT) – Log format, valid options are txt and json. (defaulttxt)-namespace(envNAMESPACE) – Namespace for metrics. (defaultredis_sentinel)-sentinel.addr(envSENTINEL_ADDR) – Redis Sentinel host:port. (defaultredis://127.0.0.1:26379)-sentinel.password(envSENTINEL_PASSWORD) – Redis Sentinel password (optional).-sentinel.password-file(envSENTINEL_PASSWORD_FILE) - Path to Redis Sentinel password file (optional).-version– Prints version and exit.-web.listen-address(envLISTEN_ADDRESS) – Address to listen on for web interface and telemetry. (default:9355)-web.telemetry-path(envTELEMETRY_PATH) – Path under which to expose metrics. (default/metrics)