diff --git a/prometheus.yml b/prometheus.yml index 92143a72b..f7fae4520 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -5,4 +5,9 @@ scrape_configs: - job_name: 'spring-boot-app' metrics_path: '/actuator/prometheus' static_configs: - - targets: ['petclinic:8080'] \ No newline at end of file + - targets: ['petclinic:8080'] + + - job_name: 'jenkins' + metrics_path: '/prometheus' + static_configs: + - targets: ['localhost:8081'] \ No newline at end of file