pve/vars/aap_lab/prometheus.yml

24 lines
383 B
YAML

---
__prometheus_global:
- name : scrape_interval
value : 15s
- name : evaluation_interval
value : 15s
- name : scrape_timeout
value : 15s
__prometheus_jobs:
- name: AAP2 Metrics
metrics_path: /api/v2/metrics/
scrape_interval: 5s
scheme: https
bearer_token: AkkJYv4dFq87LyWOwwCOeldACUj2Bo
targets:
- tower2.thezengarden.net
...