create branch

This commit is contained in:
sunt9751 2024-07-18 09:19:03 -07:00
parent e6bbc1cab6
commit 02707dd253

8
prometheus.yml Normal file
View 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']