ansible-infra/resources/chaosknoten/auth-dns/alloy/knot-exporter.alloy
lilly 50beedbc62
Some checks failed
/ Ansible Lint (push) Failing after 6m12s
configure metric scraping from knot on auth-dns
2026-05-06 15:51:38 +02:00

6 lines
220 B
Text

prometheus.scrape "knot_exporter" {
targets = [
{"__address__" = "localhost:9433", "instance" = "{{ ansible_facts['hostname'] }}"},
]
forward_to = [ prometheus.relabel.chaosknoten_common.receiver ]
}