Files
AILab/server/docker/config/prometheus/prometheus.yml
T

49 lines
1001 B
YAML

global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_timeout: 10s
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets: ['ce_prometheus:9090']
- job_name: 'kong'
metrics_path: /metrics
static_configs:
- targets: ['ce_kong:8001']
- job_name: 'postgres'
static_configs:
- targets: ['ce_postgres_exporter:9187']
- job_name: 'rabbitmq'
static_configs:
- targets: ['ce_rabbitmq:15692']
- job_name: 'milvus'
metrics_path: /metrics
static_configs:
- targets: ['ce_milvus:9091']
- job_name: 'redis'
static_configs:
- targets: ['ce_redis_exporter:9121']
- job_name: 'node_exporter'
static_configs:
- targets: ['172.17.0.1:9100']
- job_name: 'minio'
scheme: https
metrics_path: /minio/v2/metrics/cluster
static_configs:
- targets: ['ai.ronsunny.cn:9000']
- job_name: 'docker'
static_configs:
- targets: ['172.17.0.1:9323']