Skip to content

Commit 774cd7e

Browse files
Merge pull request #1103 from woowacourse-teams/be/dev
[hotfix] prod-app 환경 Blue-Green 모니터링 타겟 추가
2 parents b422812 + e25a4a5 commit 774cd7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/docker/monitoring/conf/prometheus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ scrape_configs:
1212

1313
- job_name: 'prod-app'
1414
static_configs:
15-
- targets: [ 'prod-app:8080' ]
15+
- targets: [ 'prod-app-blue:8080', 'prod-app-green:8080' ]
1616
metrics_path: '/actuator/prometheus'
1717
scrape_interval: 10s
1818
scrape_timeout: 5s

0 commit comments

Comments
 (0)