2025-10-30 17:16:43 +00:00
|
|
|
global:
|
2025-10-31 07:44:37 +00:00
|
|
|
scrape_interval: 5s
|
2025-10-30 17:16:43 +00:00
|
|
|
|
|
|
|
|
scrape_configs:
|
|
|
|
|
- job_name: 'cloud-server-web-file'
|
|
|
|
|
metrics_path: '/actuator/prometheus'
|
|
|
|
|
static_configs:
|
|
|
|
|
- targets: [ 'cloud-server-web-file:8182' ]
|
2025-10-31 07:44:37 +00:00
|
|
|
|
2025-10-30 17:16:43 +00:00
|
|
|
- job_name: 'cloud-server-web-system'
|
|
|
|
|
metrics_path: '/actuator/prometheus'
|
|
|
|
|
static_configs:
|
|
|
|
|
- targets: [ 'cloud-server-web-system:8181' ]
|
2025-10-31 07:44:37 +00:00
|
|
|
|
2025-10-30 17:16:43 +00:00
|
|
|
- job_name: 'cloud-server-gateway'
|
|
|
|
|
metrics_path: '/actuator/prometheus'
|
|
|
|
|
static_configs:
|
|
|
|
|
- targets: [ 'cloud-server-gateway:9627' ]
|
2025-10-31 07:44:37 +00:00
|
|
|
|
2025-10-30 17:16:43 +00:00
|
|
|
- job_name: 'cloud-app-redis'
|
|
|
|
|
static_configs:
|
|
|
|
|
- targets: [ 'cloud-monitor-redis:9121' ]
|
2025-10-31 07:44:37 +00:00
|
|
|
|
2025-10-30 17:16:43 +00:00
|
|
|
- job_name: 'cloud-app-postgres'
|
|
|
|
|
static_configs:
|
2025-10-31 17:09:46 +00:00
|
|
|
- targets: [ 'cloud-monitor-postgres:9187' ]
|