To add the Redis Telegraf exporter to the prometheus.yml file, perform the following actions.

Procedure

  1. Add following job config to prometheus.yml.
    - job_name: 'redisExporter'
      static_configs:
      - targets: ['Node IP:30008' ]
      proxy_url: 'http://ProxyIP'
  2. Restart the service: service prometheus restart.