You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Open-IM-Server/docker-compose_cfg/prometheus-compose.yml

90 lines
1.8 KiB

2 years ago
#more prometheus-compose.yml
global:
scrape_interval: 15s
evaluation_interval: 15s
2 years ago
external_labels:
monitor: 'openIM-monitor'
2 years ago
scrape_configs:
- job_name: 'prometheus'
static_configs:
2 years ago
- targets: ['localhost:9091']
2 years ago
2 years ago
- job_name: 'openIM-server'
2 years ago
metrics_path: /metrics
2 years ago
static_configs:
2 years ago
- targets: ['localhost:10002']
labels:
group: 'api'
2 years ago
- targets: ['localhost:10006']
labels:
group: 'cms-api'
2 years ago
2 years ago
- targets: ['localhost:20110']
labels:
group: 'user'
- targets: ['localhost:20120']
labels:
group: 'friend'
- targets: ['localhost:20130']
labels:
group: 'message'
- targets: ['localhost:20140']
labels:
group: 'msg-gateway'
- targets: ['localhost:20150']
labels:
group: 'group'
- targets: ['localhost:20160']
labels:
group: 'auth'
- targets: ['localhost:20170']
labels:
group: 'push'
- targets: ['localhost:20120']
labels:
group: 'friend'
- targets: ['localhost:20200']
labels:
group: 'admin-cms'
- targets: ['localhost:20120']
labels:
group: 'office'
- targets: ['localhost:20220']
labels:
group: 'organization'
- targets: ['localhost:20230']
labels:
group: 'conversation'
- targets: ['localhost:20240']
labels:
group: 'cache'
- targets: ['localhost:21400', 'localhost:21401', 'localhost:21402', 'localhost:21403']
2 years ago
labels:
group: 'msg-transfer'
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
- job_name: 'node'
scrape_interval: 8s
static_configs:
- targets: ['localhost:9100']
2 years ago