Updates for grafana stack

This commit is contained in:
2026-07-10 06:50:52 -05:00
parent 728a0c60f2
commit f37ec41530
16 changed files with 652 additions and 97 deletions
@@ -0,0 +1,13 @@
# Managed by Ansible (roles/observability). Do not edit by hand.
global:
scrape_interval: 15s
evaluation_interval: 15s
# Alloy on each host pushes metrics via remote_write.
# Local scrape keeps Prometheus self-health visible.
scrape_configs:
- job_name: prometheus
static_configs:
- targets: ["localhost:9090"]
labels:
host: "{{ inventory_hostname }}"