mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
Updated Prometheus yaml file.
This commit is contained in:
parent
db60d2e6ff
commit
1ed26790fe
1 changed files with 6 additions and 1 deletions
|
@ -5,4 +5,9 @@ scrape_configs:
|
|||
- job_name: 'spring-boot-app'
|
||||
metrics_path: '/actuator/prometheus'
|
||||
static_configs:
|
||||
- targets: ['petclinic:8080']
|
||||
- targets: ['petclinic:8080']
|
||||
|
||||
- job_name: 'jenkins'
|
||||
metrics_path: '/prometheus'
|
||||
static_configs:
|
||||
- targets: ['localhost:8081']
|
Loading…
Reference in a new issue