feat: 完善服务监控与下游重投
This commit is contained in:
@@ -18,3 +18,29 @@ scrape_configs:
|
||||
- targets: [127.0.0.1:9100]
|
||||
labels:
|
||||
host: cmpp-primary
|
||||
|
||||
- job_name: cmpp-api
|
||||
static_configs:
|
||||
- targets: [127.0.0.1:9464]
|
||||
|
||||
- job_name: cmpp-gateway
|
||||
metrics_path: /metrics
|
||||
static_configs:
|
||||
- targets: [127.0.0.1:8090]
|
||||
|
||||
- job_name: postgresql
|
||||
static_configs:
|
||||
- targets: [127.0.0.1:9187]
|
||||
|
||||
- job_name: redis
|
||||
static_configs:
|
||||
- targets: [127.0.0.1:9121]
|
||||
|
||||
- job_name: minio
|
||||
metrics_path: /minio/v2/metrics/cluster
|
||||
static_configs:
|
||||
- targets: [127.0.0.1:9000]
|
||||
|
||||
- job_name: nginx
|
||||
static_configs:
|
||||
- targets: [127.0.0.1:9113]
|
||||
|
||||
Reference in New Issue
Block a user