summaryrefslogtreecommitdiff
path: root/roles/monitoring/prometheus/server/templates/targets/generic.yml.j2
blob: 6591362b6652735c65cf9a18b3be856992947ed2 (plain) (blame)
1
2
3
- targets: [ '{{ hostvars[target.instance].prometheus_scrape_endpoint }}' ]
  labels:
    instance: '{{ target.instance }}'