DOKK / manpages / debian 11 / prometheus-redis-exporter / prometheus-redis-exporter.1.en
PROMETHEUS-REDIS-EXPORTER(1) prometheus PROMETHEUS-REDIS-EXPORTER(1)

prometheus-redis-exporter - Prometheus exporter for Redis metrics

prometheus-redis-exporter [option...]

This Prometheus exporter retrieves monitoring data from Redis servers, and exposes them via an HTTP server to be collected by Prometheus.

Comma separated list of key-patterns to export value and length/size, searched for with SCAN.
Comma separated list of single keys to export value and length/size.
What to use for the CONFIG command. (default "CONFIG")
Timeout for connection to Redis instance. (default "15s")
Whether to scrape Client List specific metrics.
Whether to include system metrics like e.g. redis_total_system_memory_bytes.
Whether to scrape Tile38 specific metrics.
Log format, valid options are txt and json. (default "txt")
Namespace for metrics. (default "redis")
Whether to ping the redis instance after connecting.
Whether to also export go runtime metrics.
Address of the Redis instance to scrape. (default "redis://localhost:6379")
Password of the Redis instance to scrape.
Path to Lua Redis script for collecting extra metrics.
Whether to set client name to redis_exporter. (default true)
Whether to to skip TLS verification.
Name of the client certificate file (including full path) if the server requires TLS client authentication.
Name of the client key file (including full path) if the server requires TLS client authentication.
Address to listen on for web interface and telemetry. (default ":9121")
Path under which to expose metrics. (default "/metrics")
Output verbose debug information.
Show version information and exit.

redis-server(8), prometheus(1).

2020-03-13 1.4.0