first commit
This commit is contained in:
22
config/prometheus.yml
Normal file
22
config/prometheus.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
global:
|
||||
scrape_interval: 15s
|
||||
evaluation_interval: 15s
|
||||
|
||||
scrape_configs:
|
||||
- job_name: "compliance-backend"
|
||||
static_configs:
|
||||
- targets: ["compliance-backend:8000"]
|
||||
metrics_path: /metrics
|
||||
|
||||
- job_name: "milvus"
|
||||
static_configs:
|
||||
- targets: ["milvus:9091"]
|
||||
metrics_path: /metrics
|
||||
|
||||
- job_name: "redis"
|
||||
static_configs:
|
||||
- targets: ["redis:6379"]
|
||||
|
||||
- job_name: "postgres"
|
||||
static_configs:
|
||||
- targets: ["postgres:5432"]
|
||||
Reference in New Issue
Block a user