# RTGS Prometheus 스크랩 설정 — 7개 서비스의 /actuator/prometheus 수집(B4). global: scrape_interval: 5s evaluation_interval: 15s scrape_configs: - job_name: rtgs metrics_path: /actuator/prometheus static_configs: - targets: ['localhost:8090'] labels: { service: sequencer, center: DC1 } - targets: ['localhost:8091'] labels: { service: chanel, center: DC1 } - targets: ['localhost:8092'] labels: { service: dior, center: DC1 } - targets: ['localhost:8093'] labels: { service: hermes, center: DC1 } - targets: ['localhost:8094'] labels: { service: prada, center: DC1 } - targets: ['localhost:8095'] labels: { service: gucci, center: DC1 } - targets: ['localhost:8099'] labels: { service: louisvuitton, center: DC1 }