feat: 完善服务监控与下游重投

This commit is contained in:
hectorzhao
2026-08-14 17:21:29 +08:00
parent d30d9ea4d0
commit 1ef4380422
50 changed files with 1279 additions and 82 deletions
+26
View File
@@ -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]