This commit is contained in:
wangchuxiao
2022-09-08 12:29:44 +08:00
parent 9cc0825185
commit 700f1e0001
4 changed files with 19 additions and 6 deletions
+5 -1
View File
@@ -6,9 +6,13 @@ global:
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets: ['localhost:10007']
- targets: ['localhost:9091']
- job_name: 'openIM-server'
metrics_path: /cms/prometheus/metrics
static_configs:
- targets: ['localhost:10006']
- job_name: 'node'
scrape_interval: 8s
static_configs:
- targets: ['localhost:9100']