To add the Redis Telegraf exporter to the prometheus.yml file, perform the following actions. Procedure Add following job config to prometheus.yml. - job_name: 'redisExporter' static_configs: - targets: ['Node IP:30008' ] proxy_url: 'http://ProxyIP' Restart the service: service prometheus restart. Parent topic: Redis Telegraf Input Plugin