Skip to content

Commit

Permalink
[ci] prometheus 설정
Browse files Browse the repository at this point in the history
prometheus 설정
  • Loading branch information
YeaChan05 committed Jun 7, 2024
1 parent 19fba60 commit 969ee87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ scrape_configs:
- job_name: 'spring-boot-apps'
static_configs:
- targets: ['app1:8080', 'app2:8080', 'app3:8080']
metrics_path: '/actuator/prometheus'

- job_name: 'mysql'
static_configs:
Expand Down

0 comments on commit 969ee87

Please sign in to comment.