mirror of
https://github.com/BgaSol/sol-cloud
synced 2026-04-21 17:17:16 +00:00
26 lines
706 B
YAML
26 lines
706 B
YAML
global:
|
|
scrape_interval: 5s
|
|
|
|
scrape_configs:
|
|
- job_name: 'cloud-server-web-file'
|
|
metrics_path: '/actuator/prometheus'
|
|
static_configs:
|
|
- targets: [ 'cloud-server-web-file:8182' ]
|
|
|
|
- job_name: 'cloud-server-web-system'
|
|
metrics_path: '/actuator/prometheus'
|
|
static_configs:
|
|
- targets: [ 'cloud-server-web-system:8181' ]
|
|
|
|
- job_name: 'cloud-server-gateway'
|
|
metrics_path: '/actuator/prometheus'
|
|
static_configs:
|
|
- targets: [ 'cloud-server-gateway:9627' ]
|
|
|
|
- job_name: 'cloud-app-redis'
|
|
static_configs:
|
|
- targets: [ 'cloud-monitor-redis:9121' ]
|
|
|
|
- job_name: 'cloud-app-postgres'
|
|
static_configs:
|
|
- targets: [ 'cloud-monitor-postgres:9187' ]
|