Skip to content

Commit

Permalink
[ci] targets 수정
Browse files Browse the repository at this point in the history
targets 수정
  • Loading branch information
YeaChan05 committed Jun 19, 2024
1 parent 6650474 commit 9782df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ scrape_configs:

- job_name: 'spring-boot-apps'
static_configs:
- targets: ['app1:8080', 'app2:8080', 'app3:8080']
- targets: ['host.docker.internal:8081', 'host.docker.internal:8082', 'host.docker.internal:8083']
metrics_path: '/actuator/prometheus'

- job_name: 'mysql'
Expand Down

0 comments on commit 9782df8

Please sign in to comment.