This commit is contained in:
wangchuxiao
2022-09-08 01:27:05 +08:00
parent 9842e5624e
commit 95910f5c17
4 changed files with 58 additions and 12 deletions
+13
View File
@@ -0,0 +1,13 @@
#more prometheus-compose.yml
global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets: ['localhost:10007']
- job_name: 'openIM-server'
static_configs:
- targets: ['localhost:10006/cms/prometheus/']