diff --git a/docker-compose/technical/prometheus.yml b/docker-compose/technical/prometheus.yml index 3df4bab2..9cddb785 100644 --- a/docker-compose/technical/prometheus.yml +++ b/docker-compose/technical/prometheus.yml @@ -9,7 +9,7 @@ scrape_configs: - job_name: 'apps' metrics_path: '/actuator/prometheus' static_configs: - - targets: ['172.17.0.1:5008', '172.17.0.1:5023', '172.17.0.1:5009', '172.17.0.1:5030', '172.17.0.1:5031', '172.17.0.1:5032', '172.17.0.1:5038', '172.17.0.1:5003', '172.17.0.1:5007', '172.17.0.1:5041', '172.17.0.1:9000'] + - targets: ['172.17.0.1:5008', '172.17.0.1:5023', '172.17.0.1:5009', '172.17.0.1:5030', '172.17.0.1:5031', '172.17.0.1:5032', '172.17.0.1:5038', '172.17.0.1:5003', '172.17.0.1:5007', '172.17.0.1:5041', '172.17.0.1:9000', '172.17.0.1:5005'] - job_name: 'rabbitmq' metrics_path: '/metrics' static_configs: