Windows Redis Monitoring
.\redis-exporter-installer.ps1 -NSSM_PATH "<NSSM-path>" -PROMETHEUS_CONFIG_PATH "<Prometheus-configuration-path>" - action: replace
source_labels: [__name__]
regex: 'redis_(.*)'
target_label: __name__
replacement: cli_redis_${1}Last updated
Was this helpful?