mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-07 02:51:11 +00:00
21 lines
411 B
YAML
21 lines
411 B
YAML
global:
|
|
scrape_interval: 15s
|
|
evaluation_interval: 15s
|
|
|
|
scrape_configs:
|
|
- job_name: prometheus
|
|
static_configs:
|
|
- targets:
|
|
- prometheus:9090
|
|
|
|
- job_name: jenkins
|
|
metrics_path: /prometheus
|
|
static_configs:
|
|
- targets:
|
|
- jenkins:8080
|
|
|
|
- job_name: sonarqube
|
|
metrics_path: /api/monitoring/metrics
|
|
static_configs:
|
|
- targets:
|
|
- sonarqube:9000
|