mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
create branch
This commit is contained in:
parent
e6bbc1cab6
commit
02707dd253
1 changed files with 8 additions and 0 deletions
8
prometheus.yml
Normal file
8
prometheus.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
global:
|
||||||
|
scrape_interval: 15s
|
||||||
|
|
||||||
|
scrape_configs:
|
||||||
|
- job_name: 'spring-boot-app'
|
||||||
|
metrics_path: '/actuator/prometheus'
|
||||||
|
static_configs:
|
||||||
|
- targets: ['petclinic:8080']
|
Loading…
Reference in a new issue