diff --git a/monitoring/prometheus/prometheus.yml b/monitoring/prometheus/prometheus.yml index 7964916..fa56726 100644 --- a/monitoring/prometheus/prometheus.yml +++ b/monitoring/prometheus/prometheus.yml @@ -13,7 +13,7 @@ scrape_configs: static_configs: - targets: ['100.80.35.55:9100'] labels: - instance: 'Fallback' + instance: 'Main' - targets: ['100.99.68.47:9100'] labels: - instance: 'Main' + instance: 'Fallback'