This commit is contained in:
18
deploy/prometheus/prometheus.yml
Normal file
18
deploy/prometheus/prometheus.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
global:
|
||||
scrape_interval: 15s
|
||||
evaluation_interval: 15s
|
||||
|
||||
rule_files:
|
||||
- /etc/prometheus/rules/*.yml
|
||||
|
||||
scrape_configs:
|
||||
- job_name: siem-backend
|
||||
metrics_path: /metrics
|
||||
static_configs:
|
||||
- targets:
|
||||
- siem-backend:8080
|
||||
|
||||
- job_name: prometheus
|
||||
static_configs:
|
||||
- targets:
|
||||
- localhost:9090
|
||||
Reference in New Issue
Block a user