From 646bba79cdbed7d503c60e933b00e982bd617555 Mon Sep 17 00:00:00 2001
From: S M Y <smy.altamash@gmail.com>
Date: Fri, 29 Nov 2019 17:02:52 +0530
Subject: [PATCH] redis exporter naming convention changes

---
 ansible/roles/stack-monitor-stateful/templates/prometheus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/roles/stack-monitor-stateful/templates/prometheus.yml b/ansible/roles/stack-monitor-stateful/templates/prometheus.yml
index 305a69569..ac3d87344 100644
--- a/ansible/roles/stack-monitor-stateful/templates/prometheus.yml
+++ b/ansible/roles/stack-monitor-stateful/templates/prometheus.yml
@@ -91,7 +91,7 @@ scrape_configs:
     static_configs:
       - targets: ['monitor_stateful_elasticsearch_snapshots_exporter:9158']
 
-  - job_name: 'redis-exporter'
+  - job_name: 'redis_exporter'
     metrics_path: /metrics
     static_configs:
       - targets: ['monitor_stateful_redis_exporter:9121']
-- 
GitLab