feat: add preprod observability foundation
This commit is contained in:
17
deploy/observability/prometheus/prometheus.yml
Normal file
17
deploy/observability/prometheus/prometheus.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
global:
|
||||
scrape_interval: 15s
|
||||
evaluation_interval: 15s
|
||||
|
||||
rule_files:
|
||||
- /etc/prometheus/rules/*.yml
|
||||
|
||||
scrape_configs:
|
||||
- job_name: prometheus
|
||||
static_configs:
|
||||
- targets:
|
||||
- prometheus:9090
|
||||
|
||||
- job_name: alloy
|
||||
static_configs:
|
||||
- targets:
|
||||
- alloy:12345
|
||||
Reference in New Issue
Block a user