Files
ansible/prometheus/templates/prometheus.yml.j2

19 lines
372 B
Plaintext
Raw Normal View History

2026-01-02 17:27:22 -05:00
global:
2026-01-02 17:47:23 -05:00
scrape_interval: 15s
2026-01-02 17:27:22 -05:00
evaluation_interval: 15s
rule_files:
# - "first.rules"
# - "second.rules"
scrape_configs:
- job_name: prometheus
static_configs:
2026-01-02 17:47:23 -05:00
- targets: ["localhost:9090"]
2026-01-02 17:54:44 -05:00
- job_name: gateway_ucode
2026-01-02 17:47:23 -05:00
static_configs:
2026-01-02 17:54:44 -05:00
- targets: ["10.1.1.1:80"]
- job_name: gateway_lua
static_configs:
- targets: ["10.1.1.1:9100"]