Skip to content

Instantly share code, notes, and snippets.

@stanchan
Created October 25, 2017 02:34
Show Gist options
  • Save stanchan/2dc422c6f6c0e091488f46757974da32 to your computer and use it in GitHub Desktop.
Save stanchan/2dc422c6f6c0e091488f46757974da32 to your computer and use it in GitHub Desktop.
2_prometheus_scrapes
scrape_configs:
{% for server in prometheus_scrape %}
- job_name: {{ server.split('.')[0] }}
static_configs:
- targets:
- '{{ server }}'
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment