mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55: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
|
@ -6,3 +6,8 @@ scrape_configs:
|
||||||
metrics_path: '/actuator/prometheus'
|
metrics_path: '/actuator/prometheus'
|
||||||
static_configs:
|
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