diff --git a/ansible/roles/stack-monitor-stateful/templates/prometheus.yml b/ansible/roles/stack-monitor-stateful/templates/prometheus.yml index 305a695694dcbf935f447e5f2e526f0da59f6a2f..ac3d87344ac21e22e463165f342d21c570cda205 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']