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